diff options
Diffstat (limited to 'testing/libmtp/PKGBUILD')
-rw-r--r-- | testing/libmtp/PKGBUILD | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/testing/libmtp/PKGBUILD b/testing/libmtp/PKGBUILD deleted file mode 100644 index fdbb15e2b..000000000 --- a/testing/libmtp/PKGBUILD +++ /dev/null @@ -1,27 +0,0 @@ -# $Id: PKGBUILD 165531 2012-08-22 22:28:14Z tomegun $ -# Maintainer: Tom Gundersen <teg@jklm.no> -# Contributor: damir <damir@archlinux.org> -# Contributor: Kevin Edmonds <edmondskevin@hotmail.com> - -pkgname=libmtp -pkgver=1.1.4 -pkgrel=1 -pkgdesc="Library implementation of the Media Transfer Protocol" -arch=("i686" "x86_64") -url="http://libmtp.sourceforge.net" -license=('LGPL') -depends=('libusb' 'libgcrypt') -options=('!libtool') -source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz") - -build() { - cd "${srcdir}/${pkgname}-${pkgver}" - ./configure --prefix=/usr --with-udev=/usr/lib/udev - make -} - -package() { - cd "${srcdir}/${pkgname}-${pkgver}" - make DESTDIR="${pkgdir}" install -} -md5sums=('27d9bcbc925c1ef84869eb27fdda54e8') |