34 lines
756 B
Text
34 lines
756 B
Text
# Maintainer: PktSurf <smlinux@pktsurf.in>
|
|
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"
|
|
|
|
prepbuilddir() {
|
|
mkandenterbuilddir
|
|
rm -rf $app-$version
|
|
|
|
tar xf $srcdir/$app-$version.tar.?z*
|
|
cd $app-$version
|
|
fixbuilddirpermissions
|
|
}
|
|
|
|
build() {
|
|
./configure \
|
|
--prefix=/usr \
|
|
--disable-static
|
|
|
|
make
|
|
make install DESTDIR=$pkg
|
|
|
|
cp COPYING $pkgdocs/
|
|
|
|
mkfinalpkg
|
|
}
|
|
|
|
sha512sums="
|
|
22784f256124ef6f49e768a89047986317cc79e10b4638d1409def006002e22b0be38edce06db21b7d0b8ca5b775c50f97d03252d0bf8df88540f004b9c446eb xfce4-dev-tools-4.16.0.tar.lz
|
|
"
|