35 lines
752 B
Text
35 lines
752 B
Text
# Maintainer: PktSurf <smlinux@pktsurf.in>
|
|
app=xfconf
|
|
version=4.16.0
|
|
build=2sml
|
|
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"
|
|
|
|
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="
|
|
54b8ef8d94bca9fcf64523a84bbe0ca8936caba0ef95b4b7a62815fe985006974567147a70c63a4ce119dd16a24b9fc2ea610d6609c9f0e93ba15f9d63cef574 xfconf-4.16.0.tar.lz
|
|
"
|