[arch-commits] CVS update of arch/build/base/libusb (PKGBUILD)

Dan McGee dan at archlinux.org
Tue Aug 21 15:35:17 UTC 2007


    Date: Tuesday, August 21, 2007 @ 11:35:17
  Author: dan
    Path: /home/cvs-arch/arch/build/base/libusb

Modified: PKGBUILD (1.7 -> 1.8)

current/base repo cleaning and organizing

* Add a 'base' group to all packages in the base directory. This may be
  refined later to something like base, base-extra, and base-dev, etc. but
  for now lets just stick with the simple.
* Add licenses to all packages in base that were missing them. Pretty sad when
  40% of our core packages didn't have license lines.
* Fix a few other typos, usage of sf.net mirrors, etc.


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


Index: arch/build/base/libusb/PKGBUILD
diff -u arch/build/base/libusb/PKGBUILD:1.7 arch/build/base/libusb/PKGBUILD:1.8
--- arch/build/base/libusb/PKGBUILD:1.7	Tue Jun 26 11:06:06 2007
+++ arch/build/base/libusb/PKGBUILD	Tue Aug 21 11:35:17 2007
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD,v 1.7 2007/06/26 15:06:06 dan Exp $
+# $Id: PKGBUILD,v 1.8 2007/08/21 15:35:17 dan Exp $
 # Maintainer: arjan <arjan at archlinux.org>
 pkgname=libusb
 pkgver=0.1.12
@@ -6,8 +6,10 @@
 depends=('glibc')
 pkgdesc="Library to enable user space application programs to communicate with USB devices"
 arch=(i686 x86_64)
-source=(http://switch.dl.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz)
 url="http://libusb.sourceforge.net/"
+license=('LGPL')
+groups=('base')
+source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz)
 md5sums=('caf182cbc7565dac0fd72155919672e6' '11a076ed0afd7804a3206a4f34ecf7ad')
 
 build() {




More information about the arch-commits mailing list