[arch-commits] Commit in libieee1284/repos/extra-x86_64 (PKGBUILD PKGBUILD)
Anatol Pomozov
anatolik at archlinux.org
Thu May 31 17:40:20 UTC 2018
Date: Thursday, May 31, 2018 @ 17:40:20
Author: anatolik
Revision: 325452
archrelease: copy trunk to extra-x86_64
Added:
libieee1284/repos/extra-x86_64/PKGBUILD
(from rev 325451, libieee1284/trunk/PKGBUILD)
Deleted:
libieee1284/repos/extra-x86_64/PKGBUILD
----------+
PKGBUILD | 51 ++++++++++++++++++++++++++-------------------------
1 file changed, 26 insertions(+), 25 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2018-05-31 17:39:50 UTC (rev 325451)
+++ PKGBUILD 2018-05-31 17:40:20 UTC (rev 325452)
@@ -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=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
-}
Copied: libieee1284/repos/extra-x86_64/PKGBUILD (from rev 325451, libieee1284/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2018-05-31 17:40:20 UTC (rev 325452)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Tobias Powalowski <tpowa at archlinux.org>
+# Contributor: Manolis Tzanidakis <manolis at archlinux.org>
+
+pkgname=libieee1284
+pkgver=0.2.11
+pkgrel=7
+pkgdesc="A library to query devices connected in parallel port"
+arch=('x86_64')
+license=('GPL2')
+url="http://cyberelk.net/tim/libieee1284"
+optdepends=('python2: for python module')
+makedepends=('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