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