milis/talimatname/genel/q/qqwing/talimat

21 lines
389 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 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
}