Merge pull request #573 from oltulu/patch-361

Create talimat
This commit is contained in:
Milli İşletim Sistemi (Milis Linux) 2018-05-13 21:25:04 +03:00 committed by GitHub
commit b973445ff3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 24 additions and 0 deletions

View File

@ -0,0 +1,24 @@
# Tanım: Genel yazım denetimi kitaplığı.
# URL: http://www.abisource.com/enchant/
# Paketçi: cihan_Alkan
# Gerekler: aspell dbus-glib
# Grup: kütüphane
isim=enchant2
surum=2.2.3
devir=1
kaynak=(https://github.com/AbiWord/enchant/archive/v$surum.tar.gz::$isim-$surum.tar.gz)
derle() {
cd enchant-$surum
./bootstrap
./configure \
--prefix=/usr \
--mandir=/usr/share/man \
--disable-static \
--disable-dependency-tracking
sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
make
make DESTDIR=$PKG install
}