This commit is contained in:
milisbir 2018-01-28 17:20:04 +02:00
parent c2a1ca439e
commit 3aad23183b
3 changed files with 18 additions and 16 deletions

View File

@ -1,12 +1,13 @@
# Tanım: Yelp dokumantasyonu hazirlamak icin araclar # Tanım: Yelp dokumantasyonu hazirlamak icin araclar
# URL: http://www.gnome.org/ # URL: http://www.gnome.org/
# Paketçi: milisarge # Paketçi: milisarge
# Gerekler: libxslt libxml2 yelp-xsl, itstool # Gerekler: libxslt libxml2 yelp-xsl itstool
# Grup: kütüphane
isim=yelp-tools isim=yelp-tools
surum=3.16.1 surum=3.18.0
devir=1 devir=1
kaynak=(http://download.gnome.org/sources/$isim/${version:0:4}/$isim-$surum.tar.xz) kaynak=(http://download.gnome.org/sources/$isim/${surum:0:4}/$isim-$surum.tar.xz)
derle() { derle() {
cd $isim-$surum cd $isim-$surum

View File

@ -2,15 +2,16 @@
# URL: http://www.gnome.org/ # URL: http://www.gnome.org/
# Paketçi: milisarge # Paketçi: milisarge
# Gerekler: itstool libxslt intltool # Gerekler: itstool libxslt intltool
# Grup: kütüphane
isim=yelp-xsl isim=yelp-xsl
surum=3.16.1 surum=3.27.1
devir=1 devir=1
kaynak=(http://ftp.gnome.org/pub/gnome/sources/$isim/${version:0:4}/$isim-$surum.tar.xz) kaynak=(http://ftp.gnome.org/pub/gnome/sources/$isim/${surum:0:4}/$isim-$surum.tar.xz)
derle() { derle() {
cd $isim-$surum cd $isim-$surum
./configure --prefix=/usr ./configure --prefix=/usr
make make
make DESTDIR=$PKG install make DESTDIR=$PKG install
} }

View File

@ -1,17 +1,17 @@
# Tanım: Gnome icin yardim dosyalari # Tanım: Gnome icin yardim dosyalari
# URL: http://www.gnome.org/ # URL: http://www.gnome.org/
# Paketçi: milisarge # Paketçi: milisarge
# Gerekler: itstool intltool gtk-doc libxslt hicolor-icon-theme webkitgtk3 yelp-xsl desktop-file-utils # Gerekler: itstool intltool gtk-doc libxslt hicolor-icon-theme webkit2gtk3 webkitgtk3 yelp-xsl desktop-file-utils
# Grup: kütüphane
isim=yelp isim=yelp
surum=3.16.1 surum=3.27.1
devir=1 devir=1
kaynak=(http://ftp.gnome.org/pub/gnome/sources/$isim/${surum%.*}/$isim-$surum.tar.xz) kaynak=(http://ftp.gnome.org/pub/gnome/sources/$isim/${surum%.*}/$isim-$surum.tar.xz)
derle() { derle() {
cd $isim-$surum cd $isim-$surum
./configure --prefix=/usr --disable-static ./configure --prefix=/usr --disable-static
make make
make DESTDIR=$PKG install make DESTDIR=$PKG install
} }