smlinux/xfce/xfce4-taskmanager/xfce4-taskmanager.SMBuild
PktSurf e47bb4d8ad Fixed breakage when compiling strace 5.7 with musl 1.2.3
Removed unnecessary build options from several package build files in xfce
2022-10-09 12:35:43 +05:30

30 lines
707 B
Text
Executable file

app=xfce4-taskmanager
version=1.5.2
build=1sml
homepage="https://docs.xfce.org/apps/xfce4-taskmanager"
download="https://archive.xfce.org/src/apps/xfce4-taskmanager/1.5/xfce4-taskmanager-$version.tar.bz2"
desc="Task manager for Xfce Desktop Environment"
requires="libwnck3 libxmu"
build() {
mkandenterbuilddir
rm -rf $app-$version
tar xf $srcdir/$app-$version.tar.?z*
cd $app-$version
fixbuilddirpermissions
./configure \
--prefix=""
make
make install DESTDIR=$pkg
cp COPYING $pkgdocs/
mkfinalpkg
}
sha512sums="
c3bf11695e10d647f8cf7d137d22e55e4c2ba2c9637df1b2547e47a49310756b9dc18e03b97a4d08e7e59fb554ff452959e60d1527bbea8e0b8038c389d4f9af xfce4-taskmanager-1.5.2.tar.lz
"