[arch-commits] Commit in (4 files)

Kyle Keen kkeen at nymeria.archlinux.org
Wed Mar 19 06:54:54 UTC 2014


    Date: Wednesday, March 19, 2014 @ 07:54:54
  Author: kkeen
Revision: 107757

pkginit: read-edid 3.0.1-1

Added:
  read-edid/
  read-edid/repos/
  read-edid/trunk/
  read-edid/trunk/PKGBUILD

----------+
 PKGBUILD |   28 ++++++++++++++++++++++++++++
 1 file changed, 28 insertions(+)

Added: read-edid/trunk/PKGBUILD
===================================================================
--- read-edid/trunk/PKGBUILD	                        (rev 0)
+++ read-edid/trunk/PKGBUILD	2014-03-19 06:54:54 UTC (rev 107757)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Kyle Keen <keenerd at gmail.com>
+# Contributor: LaraCraft304 <lara at craft.net.br>
+# Contributor: Mateusz Herych <heniekk at gmail.com>
+
+pkgname=read-edid
+pkgver=3.0.1
+pkgrel=1
+pkgdesc="Program that can get information from a PNP monitor"
+arch=('i686' 'x86_64')
+url="http://www.polypux.org/projects/read-edid/"
+license=('GPL')
+depends=('libx86>=0.99')
+makedepeds=('cmake')
+source=("http://www.polypux.org/projects/$pkgname/$pkgname-$pkgver.tar.gz")
+md5sums=('81f6a57162127ab9e969da53bc290e63')
+
+build() {
+    mkdir $pkgname-build
+    cd $pkgname-build
+    cmake "$srcdir/$pkgname-$pkgver" -DCMAKE_INSTALL_PREFIX="/usr"
+    make
+}
+
+package() {
+    cd $pkgname-build
+    make DESTDIR="$pkgdir/" install
+}


Property changes on: read-edid/trunk/PKGBUILD
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property



More information about the arch-commits mailing list