Create talimat

This commit is contained in:
Aylinux 2018-05-12 19:12:53 +03:00 committed by GitHub
parent 1c35fee92f
commit c009890be0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 20 additions and 0 deletions

View File

@ -0,0 +1,20 @@
# Tanım: Bir GTK + uygulamasında yazım denetimini uygulamak için esnek bir API
# URL: https://wiki.gnome.org/Projects/gspell
# Paketçi: Cihan_Alkan
# Gerekler: gtk3 enchant libxml2 iso-codes intltool gobject-introspection vala gtk-doc autoconf-archive
# Grup:
isim=gspell
surum=1.8.0
devir=1
kaynak=(https://git.gnome.org/browse/gspell/snapshot/gspell-1.8.0.tar.xz)
derle() {
cd $isim-$surum
NOCONFIGURE=1 ./autogen.sh
./configure --prefix=/usr --enable-gtk-doc
sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
make
make DESTDIR="$PKG" install
}