summaryrefslogtreecommitdiffstats
path: root/abs/core-testing/xresprobe/PKGBUILD
diff options
context:
space:
mode:
authorJames Meyer <james.meyer@operamail.com>2009-06-10 20:34:10 (GMT)
committerJames Meyer <james.meyer@operamail.com>2009-06-10 20:34:10 (GMT)
commitd397c6494bcf3b2ac95b9654ac8c7f4ab12671ed (patch)
tree3e827d91369470ffc9a93f4eaa24862b0432e121 /abs/core-testing/xresprobe/PKGBUILD
parent99b5453211a377430aea02d56d4d1397df20e315 (diff)
parentf076fab1197679210b579f0f80a6887c06eb7991 (diff)
downloadlinhes_pkgbuild-d397c6494bcf3b2ac95b9654ac8c7f4ab12671ed.zip
linhes_pkgbuild-d397c6494bcf3b2ac95b9654ac8c7f4ab12671ed.tar.gz
linhes_pkgbuild-d397c6494bcf3b2ac95b9654ac8c7f4ab12671ed.tar.bz2
Merge branch 'HEAD' of ssh://jams@knoppmyth.net/mount/repository/LinHES-PKGBUILD
Diffstat (limited to 'abs/core-testing/xresprobe/PKGBUILD')
-rw-r--r--abs/core-testing/xresprobe/PKGBUILD25
1 files changed, 25 insertions, 0 deletions
diff --git a/abs/core-testing/xresprobe/PKGBUILD b/abs/core-testing/xresprobe/PKGBUILD
new file mode 100644
index 0000000..783fc06
--- /dev/null
+++ b/abs/core-testing/xresprobe/PKGBUILD
@@ -0,0 +1,25 @@
+pkgname=xresprobe
+pkgver=0.4.23
+pkgrel=2
+pkgdesc="Tools for probing DDC info from monitors"
+arch=(i686)
+url="http://packages.qa.debian.org/x/xresprobe.html"
+license=('GPL')
+depends=()
+source=(http://ftp.debian.org/debian/pool/main/x/xresprobe/xresprobe_0.4.23debian1.orig.tar.gz
+ http://ftp.debian.org/debian/pool/main/x/xresprobe/xresprobe_0.4.23debian1-0.1.diff.gz
+ xresprobe.patch)
+
+build() {
+ # patch
+ cd $startdir/src/xresprobe-0.4.23debian1 || return 1
+ patch -Np1 -i ../xresprobe_0.4.23debian1-0.1.diff || return 1
+ patch -Np1 -i ../xresprobe.patch || return 1
+
+ # build
+ make || return 1
+ make DESTDIR=$startdir/pkg install || return 1
+}
+md5sums=('53afc73b8b36676eeea4360c6481f9fb'
+ 'd10eb3a74467fd84f974ce405bf030f7'
+ 'd5b9af3c0c21cab98440bfc210a5ce53')