xfce4/xfconf/Pkgfile
2023-07-04 04:55:48 -04:00

30 lines
551 B
Plaintext

# Description: D-Bus based configuration storage system
# URL: https://www.xfce.org
# Maintainer: mac-a-r0ni, j at lngn dot net
# Depends on: libxfce4util
name=xfconf
version=4.18.1
release=1
source=(http://archive.xfce.org/src/xfce/$name/${version:0:4}/$name-$version.tar.bz2)
build() {
cd $name-$version
# cp $SRC/configure .
./configure \
--prefix=/usr \
--sysconfdir=/etc \
--libexecdir=/usr/lib/$name \
--disable-debug
make
make DESTDIR=$PKG install
rm -r $PKG/usr/share/locale
rm -r $PKG/usr/share/gtk-doc
}