17 lines
364 B
Plaintext
17 lines
364 B
Plaintext
# Tanım: Yelp dokumantasyonu hazirlamak icin araclar
|
||
# URL: http://www.gnome.org/
|
||
# Paketçi: milisarge
|
||
# Gerekler: libxslt libxml2 yelp-xsl, itstool
|
||
|
||
isim=yelp-tools
|
||
surum=3.16.1
|
||
devir=1
|
||
kaynak=(http://download.gnome.org/sources/$isim/${version:0:4}/$isim-$surum.tar.xz)
|
||
|
||
derle() {
|
||
cd $isim-$surum
|
||
./configure --prefix=/usr
|
||
make
|
||
make DESTDIR=$PKG install
|
||
}
|