milis/talimatname/genel/s/sox/talimat

29 lines
712 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: Çok panelli sekmeli dosya yöneticisi
# URL: http://sox.sourceforge.net/
# Paketçi: alihan-ozturk28@hotmail.com
# Gerekler: file libsndfile libpng lame opencore-amr gsm libao libmad libid3tag wavpack pulseaudio opusfile time
# Grup: sistem
isim=sox
surum=14.4.2
devir=1
kaynak=(http://downloads.sourceforge.net/$isim/$isim-$surum.tar.bz2
sox-dynamic.patch)
derle() {
cd $isim-$surum
sed -i 's|man1/sox.1 soxeffect.7|man1/sox.1.gz soxeffect.7.gz|' Makefile.in
patch -p1 -i $SRC/sox-dynamic.patch
aclocal
automake
./configure --prefix=/usr --sysconfdir=/etc \
--with-dyn-default --with-distro="NuTyX"
make
make bindir=. installcheck
make DESTDIR=$PKG install
}