smlinux/xfce/xfce4-dev-tools/xfce4-dev-tools.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
692 B
Text
Executable file

app=xfce4-dev-tools
version=4.16.0
build=1sml
homepage="https://docs.xfce.org/xfce/xfce4-dev-tools/start"
download="https://archive.xfce.org/xfce/4.16/src/xfce4-dev-tools-$version.tar.bz2"
desc="XFCE developer tools and macros"
requires="musl"
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="
22784f256124ef6f49e768a89047986317cc79e10b4638d1409def006002e22b0be38edce06db21b7d0b8ca5b775c50f97d03252d0bf8df88540f004b9c446eb xfce4-dev-tools-4.16.0.tar.lz
"