[arch-commits] Commit in tslib/repos (4 files)
Antonio Rojas
arojas at archlinux.org
Fri Feb 3 15:34:45 UTC 2017
Date: Friday, February 3, 2017 @ 15:34:44
Author: arojas
Revision: 287982
archrelease: copy trunk to staging-i686, staging-x86_64
Added:
tslib/repos/staging-i686/
tslib/repos/staging-i686/PKGBUILD
(from rev 287981, tslib/trunk/PKGBUILD)
tslib/repos/staging-x86_64/
tslib/repos/staging-x86_64/PKGBUILD
(from rev 287981, tslib/trunk/PKGBUILD)
-------------------------+
staging-i686/PKGBUILD | 26 ++++++++++++++++++++++++++
staging-x86_64/PKGBUILD | 26 ++++++++++++++++++++++++++
2 files changed, 52 insertions(+)
Copied: tslib/repos/staging-i686/PKGBUILD (from rev 287981, tslib/trunk/PKGBUILD)
===================================================================
--- staging-i686/PKGBUILD (rev 0)
+++ staging-i686/PKGBUILD 2017-02-03 15:34:44 UTC (rev 287982)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=tslib
+pkgver=1.4
+pkgrel=1
+pkgdesc="Touchscreen Access Library"
+arch=(i686 x86_64)
+url="https://github.com/kergoth/tslib"
+license=(GPL2)
+depends=(glibc)
+makedepends=()
+source=("https://github.com/kergoth/tslib/releases/download/$pkgver/$pkgname-$pkgver.tar.xz")
+sha1sums=('5f7ed2cc694ea799a10e225693679276d7ec1387')
+
+build() {
+ cd $pkgname-$pkgver
+ ./autogen.sh
+ ./configure --prefix=/usr --sysconfdir=/etc
+ make
+}
+
+package() {
+ cd $pkgname-$pkgver
+ make DESTDIR="$pkgdir" install
+}
Copied: tslib/repos/staging-x86_64/PKGBUILD (from rev 287981, tslib/trunk/PKGBUILD)
===================================================================
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2017-02-03 15:34:44 UTC (rev 287982)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=tslib
+pkgver=1.4
+pkgrel=1
+pkgdesc="Touchscreen Access Library"
+arch=(i686 x86_64)
+url="https://github.com/kergoth/tslib"
+license=(GPL2)
+depends=(glibc)
+makedepends=()
+source=("https://github.com/kergoth/tslib/releases/download/$pkgver/$pkgname-$pkgver.tar.xz")
+sha1sums=('5f7ed2cc694ea799a10e225693679276d7ec1387')
+
+build() {
+ cd $pkgname-$pkgver
+ ./autogen.sh
+ ./configure --prefix=/usr --sysconfdir=/etc
+ make
+}
+
+package() {
+ cd $pkgname-$pkgver
+ make DESTDIR="$pkgdir" install
+}
More information about the arch-commits
mailing list