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

32 lines
708 B
Text
Executable file

app=xfconf
version=4.16.0
build=1sml
homepage="https://docs.xfce.org/xfce/xfconf/start"
download="https://archive.xfce.org/xfce/4.16/src/xfconf-$version.tar.bz2"
desc="Xfce configuration storage system"
requires="libxfce4util gobject-introspection"
build() {
mkandenterbuilddir
rm -rf $app-$version
tar xf $srcdir/$app-$version.tar.?z*
cd $app-$version
fixbuilddirpermissions
./configure \
--prefix="" \
--disable-static \
--disable-nls
make
make install DESTDIR=$pkg
cp COPYING $pkgdocs/
mkfinalpkg
}
sha512sums="
54b8ef8d94bca9fcf64523a84bbe0ca8936caba0ef95b4b7a62815fe985006974567147a70c63a4ce119dd16a24b9fc2ea610d6609c9f0e93ba15f9d63cef574 xfconf-4.16.0.tar.lz
"