milis/talimatname/genel/s/sox/talimat

28 lines
705 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
name=sox
version=14.4.2
release=1
source=(http://downloads.sourceforge.net/$name/$name-$version.tar.bz2
sox-dynamic.patch)
derle() {
cd $name-$version
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
}