gmtp.paketlendi

This commit is contained in:
milisarge 2017-05-15 12:04:45 +03:00
parent 06ea8004fe
commit fb132a5380
1 changed files with 17 additions and 0 deletions

View File

@ -0,0 +1,17 @@
# Description: A simple MP3 player client for MTP based devices
# URL: http://gmtp.sourceforge.net/
# Packager: milisarge
# Depends on: flac gtk3 libmtp libid3tag libvorbis
name=gmtp
version=1.3.10
release=1
source=(https://netix.dl.sourceforge.net/project/gmtp/gMTP-$version/gmtp-$version.tar.gz)
build() {
cd "${name}-${version}"
./configure --prefix=/usr
make
install -D -m644 COPYING "${PKG}/usr/share/licenses/${name}/LICENSE"
make DESTDIR="${PKG}" install
}