milis/talimatname/genel/augeas/talimat
2017-01-31 01:55:06 +03:00

20 lines
378 B
Text
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: Konfigürasyon dosyalarını okuyup ağaç şeklinde görüntülemeyi sağlayan bir araç.
# URL: http://augeas.net
# Packager: milisarge
# Depends on: libxml2
name=augeas
version=1.4.0
release=1
source=(http://download.augeas.net/$name-$version.tar.gz)
build() {
cd $name-$version
./configure --prefix=/usr
make
make DESTDIR=$PKG install
}