[arch-commits] CVS update of extra/lib/libmtp (PKGBUILD)

andyrtr at archlinux.org andyrtr at archlinux.org
Tue May 1 17:30:09 UTC 2007


    Date: Tuesday, May 1, 2007 @ 13:30:09
  Author: andyrtr
    Path: /home/cvs-extra/extra/lib/libmtp

Modified: PKGBUILD (1.6 -> 1.7)

updatepkg 0.1.5


----------+
 PKGBUILD |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)


Index: extra/lib/libmtp/PKGBUILD
diff -u extra/lib/libmtp/PKGBUILD:1.6 extra/lib/libmtp/PKGBUILD:1.7
--- extra/lib/libmtp/PKGBUILD:1.6	Thu Feb  1 16:49:26 2007
+++ extra/lib/libmtp/PKGBUILD	Tue May  1 13:30:08 2007
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD,v 1.6 2007/02/01 21:49:26 damir Exp $
+# $Id: PKGBUILD,v 1.7 2007/05/01 17:30:08 andyrtr Exp $
 # Maintainer: damir <damir at archlinux.org>
 #Contributor: Kevin Edmonds <edmondskevin at hotmail.com>
 
 pkgname=libmtp
-pkgver=0.1.3
+pkgver=0.1.5
 pkgrel=1
 pkgdesc="library implementation of the Media Transfer Protocol"
 arch=("i686" "x86_64")
@@ -11,12 +11,12 @@
 depends=("libusb")
 source=("http://switch.dl.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz")
 license="LGPL"
+options=(nolibtool)
+md5sums=('597b62d994d9491531b9e67190f6cfe7')
 
 build() {
   cd $startdir/src/$pkgname-$pkgver
   ./configure --prefix=/usr
   make || return 1
   make DESTDIR=$startdir/pkg install
-  find $startdir/pkg -name '*.la' -exec rm {} \;
 }
-md5sums=('311b99c9d9a96efff6383f7466b2b229')




More information about the arch-commits mailing list