milis/talimatname/genel/libmtp/talimat

20 lines
424 B
Plaintext
Raw Normal View History

2016-02-24 01:27:23 +01:00
# Description: Library implementation of the Media Transfer Protocol.
# URL: http://libmtp.sourceforge.net
2016-07-11 18:40:28 +02:00
# Packager: milisarge
2016-02-24 01:27:23 +01:00
# Depends on: libusb libgcrypt
name=libmtp
version=1.1.9
release=1
source=(http://downloads.sourceforge.net/$name/$name-$version.tar.gz)
build(){
cd $name-$version
./configure --prefix=/usr \
--disable-static
make
make -k check
make DESTDIR=$PKG install
}