smlinux/xfce/xfconf/xfconf.SMBuild
2022-02-03 09:08:25 +05:30

33 lines
No EOL
730 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-4.16.0.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="" \
--sysconfdir=/etc \
--disable-static \
--disable-nls
make
make install DESTDIR=$PKG
cp COPYING $PKGDOCS/
mkfinalpkg
}
SHA512SUMS="
d2e6b272243d6eda71f42cb3df18cb9c0745a1864718639e9aa494902dfe5b4989b2761fee2195456e5725cad0f744978f9c95c6f01e48aa016a919ce3468344 xfconf-4.16.0.tar.bz2
"