milis/talimatname/genel/l/libid3tag/talimat

23 lines
499 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: Id3 etiketleme için kütüphane
# URL: http://www.mars.org/home/rob/proj/mpeg/
# Paketçi: milisarge
# Gerekler:
# Grup: kütüphane
isim=libid3tag
surum=0.15.1b
devir=1
kaynak=(ftp://ftp.mars.org/pub/mpeg/$isim-$surum.tar.gz\
http://downloads.nutyx.org/files/patchs/$isim/id3tag.pc)
derle() {
mkdir -p $PKG/usr/lib/pkgconfig/
sed "s/#version#/$surum/" id3tag.pc > \
$PKG/usr/lib/pkgconfig/id3tag.pc
cd $isim-$surum
./configure --prefix=/usr
make
make DESTDIR=$PKG install
}