This commit is contained in:
milisbir 2018-02-26 12:49:27 +02:00
parent 54733f9441
commit 6daafca709
1 changed files with 20 additions and 0 deletions

View File

@ -0,0 +1,20 @@
# Tanım: Sudoku üreten ve çözen yazılım
# URL: https://qqwing.com/
# Paketçi: Cihan_Alkan
# Gerekler:
# Grup: oyun
isim=qqwing
surum=1.3.4
devir=1
kaynak=(https://qqwing.com/$isim-$surum.tar.gz)
derle() {
cd $isim-$surum
./configure --prefix=/usr
sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
make
make DESTDIR=$PKG install
rm -rf "${PKG}"/usr/share/man
}