milis/talimatname/genel/dconf/talimat

19 lines
414 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Description: Düşük seviyeli bir yapılandırma sistemi.
# URL: http://www.gnome.org/
# Packager: milisarge
# Depends on: dbus gtk3 libxml2 vala
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
}