[arch-commits] Commit in libieee1284/repos (4 files)
Eric Bélanger
eric at nymeria.archlinux.org
Mon Oct 28 02:14:49 UTC 2013
Date: Monday, October 28, 2013 @ 03:14:49
Author: eric
Revision: 197666
archrelease: copy trunk to extra-i686, extra-x86_64
Added:
libieee1284/repos/extra-i686/PKGBUILD
(from rev 197665, libieee1284/trunk/PKGBUILD)
libieee1284/repos/extra-x86_64/PKGBUILD
(from rev 197665, libieee1284/trunk/PKGBUILD)
Deleted:
libieee1284/repos/extra-i686/PKGBUILD
libieee1284/repos/extra-x86_64/PKGBUILD
-----------------------+
/PKGBUILD | 50 ++++++++++++++++++++++++++++++++++++++++++++++++
extra-i686/PKGBUILD | 26 ------------------------
extra-x86_64/PKGBUILD | 26 ------------------------
3 files changed, 50 insertions(+), 52 deletions(-)
Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD 2013-10-28 02:13:38 UTC (rev 197665)
+++ extra-i686/PKGBUILD 2013-10-28 02:14:49 UTC (rev 197666)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Tobias Powalowski <tpowa at archlinux.org>
-# Contributor: Manolis Tzanidakis <manolis at archlinux.org>
-
-pkgname=libieee1284
-pkgver=0.2.11
-pkgrel=4
-pkgdesc="A library to query devices connected in parallel port."
-arch=('i686' 'x86_64')
-license=('GPL2')
-url="http://cyberelk.net/tim/libieee1284"
-depends=('python2')
-options=('!libtool')
-source=("http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.bz2")
-md5sums=('b8fff9f3d121531bc17430e3f4ea6ed0')
-
-build() {
- cd $srcdir/$pkgname-$pkgver
- ./configure --prefix=/usr --mandir=/usr/share/man
- make
-}
-
-package() {
- cd $srcdir/$pkgname-$pkgver
- make DESTDIR="$pkgdir"/ install
-}
Copied: libieee1284/repos/extra-i686/PKGBUILD (from rev 197665, libieee1284/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-10-28 02:14:49 UTC (rev 197666)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Tobias Powalowski <tpowa at archlinux.org>
+# Contributor: Manolis Tzanidakis <manolis at archlinux.org>
+
+pkgname=libieee1284
+pkgver=0.2.11
+pkgrel=5
+pkgdesc="A library to query devices connected in parallel port"
+arch=('i686' 'x86_64')
+license=('GPL2')
+url="http://cyberelk.net/tim/libieee1284"
+depends=('python2')
+source=("http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.bz2")
+md5sums=('b8fff9f3d121531bc17430e3f4ea6ed0')
+
+build() {
+ cd $pkgname-$pkgver
+ ./configure --prefix=/usr --mandir=/usr/share/man
+ make
+}
+
+package() {
+ cd $pkgname-$pkgver
+ make DESTDIR="$pkgdir"/ install
+}
Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD 2013-10-28 02:13:38 UTC (rev 197665)
+++ extra-x86_64/PKGBUILD 2013-10-28 02:14:49 UTC (rev 197666)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Tobias Powalowski <tpowa at archlinux.org>
-# Contributor: Manolis Tzanidakis <manolis at archlinux.org>
-
-pkgname=libieee1284
-pkgver=0.2.11
-pkgrel=4
-pkgdesc="A library to query devices connected in parallel port."
-arch=('i686' 'x86_64')
-license=('GPL2')
-url="http://cyberelk.net/tim/libieee1284"
-depends=('python2')
-options=('!libtool')
-source=("http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.bz2")
-md5sums=('b8fff9f3d121531bc17430e3f4ea6ed0')
-
-build() {
- cd $srcdir/$pkgname-$pkgver
- ./configure --prefix=/usr --mandir=/usr/share/man
- make
-}
-
-package() {
- cd $srcdir/$pkgname-$pkgver
- make DESTDIR="$pkgdir"/ install
-}
Copied: libieee1284/repos/extra-x86_64/PKGBUILD (from rev 197665, libieee1284/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD (rev 0)
+++ extra-x86_64/PKGBUILD 2013-10-28 02:14:49 UTC (rev 197666)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Tobias Powalowski <tpowa at archlinux.org>
+# Contributor: Manolis Tzanidakis <manolis at archlinux.org>
+
+pkgname=libieee1284
+pkgver=0.2.11
+pkgrel=5
+pkgdesc="A library to query devices connected in parallel port"
+arch=('i686' 'x86_64')
+license=('GPL2')
+url="http://cyberelk.net/tim/libieee1284"
+depends=('python2')
+source=("http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.bz2")
+md5sums=('b8fff9f3d121531bc17430e3f4ea6ed0')
+
+build() {
+ cd $pkgname-$pkgver
+ ./configure --prefix=/usr --mandir=/usr/share/man
+ make
+}
+
+package() {
+ cd $pkgname-$pkgver
+ make DESTDIR="$pkgdir"/ install
+}
More information about the arch-commits
mailing list