milis/talimatname/genel/rarian/talimat

18 lines
424 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: Scrollkeeper'ın yerini alacak şekilde tasarlanmış dokümantasyon meta veri kütüphanesi.
# URL: http://www.gnome.org/
# Packager: milisarge
# Depends on: libxslt
name=rarian
version=0.8.1
release=1
source=( http://ftp.gnome.org/pub/gnome/sources/rarian/${version%.*}/$name-$version.tar.bz2)
build() {
cd $name-$version
./configure --prefix=/usr \
--localstatedir=/var
make
make DESTDIR=$PKG install
}