summaryrefslogtreecommitdiffstats
path: root/abs/core-testing/ddcxinfo-arch/PKGBUILD
diff options
context:
space:
mode:
authorJames Meyer <james.meyer@operamail.com>2008-11-29 21:41:50 (GMT)
committerJames Meyer <james.meyer@operamail.com>2008-11-29 21:41:50 (GMT)
commit1110292b3a2245a2ae0dafa870ca49440aaef8ac (patch)
tree447271e05bbbd9d968be8e50628f9973fcedd49e /abs/core-testing/ddcxinfo-arch/PKGBUILD
parentf6313d0af90dee3a03b49a77cc61926a0ff801cc (diff)
downloadlinhes_pkgbuild-1110292b3a2245a2ae0dafa870ca49440aaef8ac.zip
linhes_pkgbuild-1110292b3a2245a2ae0dafa870ca49440aaef8ac.tar.gz
linhes_pkgbuild-1110292b3a2245a2ae0dafa870ca49440aaef8ac.tar.bz2
missing hwd pkg
Diffstat (limited to 'abs/core-testing/ddcxinfo-arch/PKGBUILD')
-rw-r--r--abs/core-testing/ddcxinfo-arch/PKGBUILD21
1 files changed, 21 insertions, 0 deletions
diff --git a/abs/core-testing/ddcxinfo-arch/PKGBUILD b/abs/core-testing/ddcxinfo-arch/PKGBUILD
new file mode 100644
index 0000000..108a97e
--- /dev/null
+++ b/abs/core-testing/ddcxinfo-arch/PKGBUILD
@@ -0,0 +1,21 @@
+# $Id: PKGBUILD 356 2008-04-18 22:56:27Z aaron $
+# Maintainer: damir <damir@archlinux.org>
+# TUR: Ben <ben@benmazer.net>
+# Contributor: Elia Yehuda <z4ziggy@user-contributions.org>
+
+pkgname=ddcxinfo-arch
+pkgver=0.8
+pkgrel=1
+pkgdesc="utility to probe non/ddc monitors - used by hwd"
+url="http://user-contributions.org/projects/ddcxinfo-arch/"
+depends=('glibc')
+arch=i686
+source=(http://user-contributions.org/projects/ddcxinfo-arch/source/$pkgname-$pkgver.tar.gz)
+
+md5sums=('ca734d958a54bef03a543479f7ab8b00')
+
+build() {
+ cd $startdir/src/$pkgname-$pkgver
+ make ddcxinfo-arch || return 1
+ install -D -m755 ddcxinfo-arch $startdir/pkg/usr/sbin/ddcxinfo-arch
+}