milis/talimatname/genel/easytag/talimat

17 lines
430 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.

# Description: Çoğu ses biçimi için etiketleri görüntüleme ve düzenleme programı
# URL: http://projects.gnome.org/easytag/
# Packager: milisarge
# Depends on: id3lib libid3tag flac libvorbis speex gtk2 itstool
name=easytag
version=2.2.2
release=2
source=(http://download.gnome.org/sources/$name/${version%.*}/$name-$version.tar.xz)
build() {
cd $name-$version
./configure --prefix=/usr
make
make DESTDIR=$PKG install
}