[arch-commits] Commit in libieee1284 (3 files)

Giovanni Scafora giovanni at archlinux.org
Mon Nov 3 07:33:22 UTC 2008


    Date: Monday, November 3, 2008 @ 02:33:22
  Author: giovanni
Revision: 18120

Merged revisions 356,12120 via svnmerge from 
svn+ssh://archlinux.org/home/svn-packages/libieee1284/trunk

........
  r356 | aaron | 2008-04-19 00:56:27 +0200 (sab, 19 apr 2008) | 1 line
  
  Added svn:keywords to all PKGBUILDs
........
  r12120 | ronald | 2008-09-10 19:10:45 +0200 (mer, 10 set 2008) | 1 line
  
  fix license
........

Modified:
  libieee1284/repos/extra-i686/	(properties)
  libieee1284/repos/extra-i686/PKGBUILD
  libieee1284/trunk/PKGBUILD

---------------------------+
 repos/extra-i686/PKGBUILD |    1 +
 trunk/PKGBUILD            |   20 ++++++++++----------
 2 files changed, 11 insertions(+), 10 deletions(-)


Property changes on: libieee1284/repos/extra-i686
___________________________________________________________________
Name: svnmerge-integrated
   - /libieee1284/trunk:1
   + /libieee1284/trunk:1-18119

Modified: repos/extra-i686/PKGBUILD
===================================================================
--- repos/extra-i686/PKGBUILD	2008-11-03 02:50:00 UTC (rev 18119)
+++ repos/extra-i686/PKGBUILD	2008-11-03 07:33:22 UTC (rev 18120)
@@ -12,6 +12,7 @@
 makedepends=('python')
 source=(http://dl.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.bz2)
 md5sums=('b8fff9f3d121531bc17430e3f4ea6ed0')
+license=('GPL2')
 
 build() {
   cd $startdir/src/$pkgname-$pkgver

Modified: trunk/PKGBUILD
===================================================================
--- trunk/PKGBUILD	2008-11-03 02:50:00 UTC (rev 18119)
+++ trunk/PKGBUILD	2008-11-03 07:33:22 UTC (rev 18120)
@@ -1,22 +1,22 @@
 # $Id$
 # Maintainer: Tobias Powalowski <tpowa at archlinux.org>
-# Committer: Manolis Tzanidakis <manolis at archlinux.org>
+# Contributor: Manolis Tzanidakis <manolis at archlinux.org>
 
 pkgname=libieee1284
 pkgver=0.2.11
-pkgrel=1
+pkgrel=2
 pkgdesc="A library to query devices connected in parallel port."
-arch=(i686 x86_64)
+arch=('i686' 'x86_64')
+license=('GPL2')
 url="http://cyberelk.net/tim/libieee1284"
-depends=('glibc')
-makedepends=('python')
-source=(http://dl.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.bz2)
+depends=('python')
+options=('!libtool')
+source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.bz2)
 md5sums=('b8fff9f3d121531bc17430e3f4ea6ed0')
-license=('GPL2')
 
 build() {
-  cd $startdir/src/$pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --prefix=/usr --mandir=/usr/share/man
   make || return 1
-  make DESTDIR=$startdir/pkg install
+  make DESTDIR=$pkgdir/ install
 }




More information about the arch-commits mailing list