milis/talimatname/genel/yelp-tools/talimat

17 lines
379 B
Plaintext

# Description: Yelp dokumantasyonu hazirlamak icin araclar
# URL: http://www.gnome.org/
# Packager: milisarge
# Depends on: libxslt libxml2 yelp-xsl, itstool
name=yelp-tools
version=3.16.1
release=1
source=(http://download.gnome.org/sources/$name/${version:0:4}/$name-$version.tar.xz)
build() {
cd $name-$version
./configure --prefix=/usr
make
make DESTDIR=$PKG install
}