[arch-commits] Commit in tslib/repos (4 files)

Antonio Rojas arojas at archlinux.org
Fri Mar 3 16:00:41 UTC 2017


    Date: Friday, March 3, 2017 @ 16:00:40
  Author: arojas
Revision: 289934

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  tslib/repos/testing-i686/
  tslib/repos/testing-i686/PKGBUILD
    (from rev 289933, tslib/trunk/PKGBUILD)
  tslib/repos/testing-x86_64/
  tslib/repos/testing-x86_64/PKGBUILD
    (from rev 289933, tslib/trunk/PKGBUILD)

-------------------------+
 testing-i686/PKGBUILD   |   26 ++++++++++++++++++++++++++
 testing-x86_64/PKGBUILD |   26 ++++++++++++++++++++++++++
 2 files changed, 52 insertions(+)

Copied: tslib/repos/testing-i686/PKGBUILD (from rev 289933, tslib/trunk/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD	                        (rev 0)
+++ testing-i686/PKGBUILD	2017-03-03 16:00:40 UTC (rev 289934)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=tslib
+pkgver=1.6
+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=('5fb7df890865d500dab1ae72b0d8880c6ffa3fe8')
+
+build() {
+  cd $pkgname-$pkgver
+  ./autogen.sh
+  ./configure --prefix=/usr --sysconfdir=/etc
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Copied: tslib/repos/testing-x86_64/PKGBUILD (from rev 289933, tslib/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2017-03-03 16:00:40 UTC (rev 289934)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=tslib
+pkgver=1.6
+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=('5fb7df890865d500dab1ae72b0d8880c6ffa3fe8')
+
+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