milis/talimatname/genel/l/libmikmod/talimat

24 lines
486 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: Taşınabilir bir ses kütüphanesi
# URL: http://mikmod.raphnet.net/
# Paketçi: milisarge
# Gerekler: xorg-libxtst pulseaudio
# Grup: kütüphane
isim=libmikmod
surum=3.3.11
devir=1
kaynak=( http://downloads.sourceforge.net/mikmod/$isim-$surum.tar.gz)
derle() {
cd $isim-$surum
./configure --prefix=/usr \
--prefix=/usr \
--disable-static
sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
make
make DESTDIR=$PKG install
rm -rf $PKG/usr/share/info/dir
}