milis/talimatname/genel/g/gsm/talimat
2018-08-13 08:22:49 +00:00

26 lines
707 B
Text
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: GSM 06.10 kayıplı konuşma sıkıştırması için paylaşılan kütüphaneler
# URL: http://www.quut.com/gsm/
# Paketçi: alihan-ozturk28@hotmail.com
# Gerekler:
# Grup: kütüphane
isim=gsm
surum=1.0.14
devir=1
kaynak=(http://www.quut.com/$isim/$isim-$surum.tar.gz
gsm.patch)
derle() {
cd $isim-*
patch -Np0 -i $SRC/gsm.patch
CFLAGS="${CFLAGS} -fPIC"
make CCFLAGS="-c ${CFLAGS}"
install -m755 -d $PKG/usr/{bin,lib,include/gsm,share/{licenses/${isim},man/man{1,3}}}
make -j1 INSTALL_ROOT=$PKG/usr \
GSM_INSTALL_INC=$PKG/usr/include/gsm \
GSM_INSTALL_MAN=$PKG/usr/share/man/man3 \
TOAST_INSTALL_MAN=$PKG/usr/share/man/man1 \
install
}