milis/talimatname/genel/g/gmtp/talimat

19 lines
475 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: MPT tabanlı aygıtlar için basit bir MP3 çalar
# URL: http://gmtp.sourceforge.net/
# Paketçi: milisarge
# Gerekler: flac gtk3 libmtp libid3tag libvorbis
# Grup: medya
isim=gmtp
surum=1.3.10
devir=1
kaynak=(https://netix.dl.sourceforge.net/project/gmtp/gMTP-$surum/gmtp-$surum.tar.gz)
derle() {
cd "${isim}-${surum}"
./configure --prefix=/usr
make
install -D -m644 COPYING "${PKG}/usr/share/licenses/${isim}/LICENSE"
make DESTDIR="${PKG}" install
}