### this file is sourced not run
PKGVER=1.1.15
PKGBUILD=1
PKGARCH=x86_64

# source: james
TARBALL=libmtp-$PKGVER.tar.gz
MD5SUM=d9118944e746c44f5312f0b30ea2f6dd
SRC_URL=http://downloads.sourceforge.net/libmtp/$TARBALL
BUNDLE=

SLACKREQ='libusb libgcrypt'
SLACKDESC="libmtp: libmtp $PKGVER (MTP core library)  
libmtp:  
libmtp: libmtp is an Initiator implementation of the Media Transfer Protocol 
libmtp: (MTP) in the form of a library suitable primarily for POSIX compliant 
libmtp: operating systems. MTP is the protocol used in many media players and 
libmtp: recent Android devices to transfer files between them and a host PC. 
libmtp: This is the base library used by almost all other MTP-access tools.  
libmtp: 
libmtp: http://libmtp.sourceforge.net/
libmtp: 
libmtp: 
"

### default pkg_download
### default pkg_prepare
### default pkg_package
### build
pkg_build() {
	CONFFLAGS="$CONFFLAGS --disable-static --with-udev=/$LIBDIR/udev \
	    --with-udev-group=disk --with-udev-mode=0660"
	pkg_build_autoconf &&
	pkg_build_slackdesc
}


