smlinux/xfce/xfce4-appfinder/xfce4-appfinder.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

31 lines
716 B
Text
Executable file

app=xfce4-appfinder
version=4.16.1
build=1sml
homepage="https://docs.xfce.org/xfce/xfce4-appfinder/start"
download="https://archive.xfce.org/xfce/4.16/src/xfce4-appfinder-$version.tar.bz2"
desc="Application finding widget for Xfce"
requires="garcon libxfce4ui xfconf"
build() {
mkandenterbuilddir
rm -rf $app-$version
tar xf $srcdir/$app-$version.tar.?z*
cd $app-$version
fixbuilddirpermissions
./configure \
--prefix="" \
--disable-static
make
make install DESTDIR=$pkg
cp COPYING $pkgdocs/
mkfinalpkg
}
sha512sums="
f08f3dc81d9502c136635ec4c85814d606b847f08956ddfbc76285d27e15b205fa0a3f3eff89905fe5bd5faeba790bdd363e438192ec55a59f37d62c424b2a5d xfce4-appfinder-4.16.1.tar.lz
"