milis/talimatname/genel/y/yelp-xsl/talimat

17 lines
334 B
Plaintext
Raw Normal View History

2017-10-27 20:46:27 +02:00
# Tanım: Yelp icin stil dosyalari
2016-02-24 01:27:23 +01:00
# URL: http://www.gnome.org/
2017-10-27 20:46:27 +02:00
# Paketçi: milisarge
# Gerekler: itstool libxslt intltool
2016-02-24 01:27:23 +01:00
2017-10-28 14:10:23 +02:00
isim=yelp-xsl
surum=3.16.1
devir=1
kaynak=(http://ftp.gnome.org/pub/gnome/sources/$isim/${version:0:4}/$isim-$surum.tar.xz)
2016-02-24 01:27:23 +01:00
2017-10-27 23:59:41 +02:00
derle() {
2017-10-28 14:10:23 +02:00
cd $isim-$surum
2016-02-24 01:27:23 +01:00
./configure --prefix=/usr
make
make DESTDIR=$PKG install
}