milis/talimatname/genel/dconf/talimat

19 lines
414 B
Plaintext
Raw Normal View History

2017-03-22 12:33:36 +01:00
# Description: Düşük seviyeli bir yapılandırma sistemi.
2016-02-24 01:27:23 +01:00
# URL: http://www.gnome.org/
2017-01-31 01:37:09 +01:00
# Packager: milisarge
# Depends on: dbus gtk3 libxml2 vala
2016-02-24 01:27:23 +01:00
name=dconf
version=0.24.0
release=2
source=(http://ftp.gnome.org/pub/gnome/sources/$name/${version%.*}/$name-$version.tar.xz)
build() {
cd $name-$version
./configure --prefix=/usr \
--sysconfdir=/etc \
--libexecdir=/usr/lib/dconf
make
make DESTDIR=$PKG install
}