[arch-commits] Commit in libieee1284/repos/extra-x86_64 (PKGBUILD PKGBUILD)
Anatol Pomozov
anatolik at archlinux.org
Wed May 30 18:50:10 UTC 2018
Date: Wednesday, May 30, 2018 @ 18:50:10
Author: anatolik
Revision: 325159
archrelease: copy trunk to extra-x86_64
Added:
libieee1284/repos/extra-x86_64/PKGBUILD
(from rev 325158, libieee1284/trunk/PKGBUILD)
Deleted:
libieee1284/repos/extra-x86_64/PKGBUILD
----------+
PKGBUILD | 50 +++++++++++++++++++++++++-------------------------
1 file changed, 25 insertions(+), 25 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2018-05-30 18:49:39 UTC (rev 325158)
+++ PKGBUILD 2018-05-30 18:50:10 UTC (rev 325159)
@@ -1,25 +0,0 @@
-# $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
-}
Copied: libieee1284/repos/extra-x86_64/PKGBUILD (from rev 325158, libieee1284/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2018-05-30 18:50:10 UTC (rev 325159)
@@ -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=6
+pkgdesc="A library to query devices connected in parallel port"
+arch=('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