summaryrefslogtreecommitdiffstats
path: root/abs/core-testing/xresprobe/PKGBUILD
diff options
context:
space:
mode:
authorJames Meyer <james.meyer@operamail.com>2009-06-14 20:59:12 (GMT)
committerJames Meyer <james.meyer@operamail.com>2009-06-14 20:59:12 (GMT)
commitd942cc4380bcc12d9d309e75bc1d301e16d581a5 (patch)
tree23a6250e7a804c2388b6608f554c429e65030584 /abs/core-testing/xresprobe/PKGBUILD
parent5aad939bf570591f61e59f0dab404be36a52cf8b (diff)
parent5fcea424c06009b9a06fddaf126a819860740454 (diff)
downloadlinhes_pkgbuild-d942cc4380bcc12d9d309e75bc1d301e16d581a5.zip
linhes_pkgbuild-d942cc4380bcc12d9d309e75bc1d301e16d581a5.tar.gz
linhes_pkgbuild-d942cc4380bcc12d9d309e75bc1d301e16d581a5.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, 0 insertions, 25 deletions
diff --git a/abs/core-testing/xresprobe/PKGBUILD b/abs/core-testing/xresprobe/PKGBUILD
deleted file mode 100644
index 783fc06..0000000
--- a/abs/core-testing/xresprobe/PKGBUILD
+++ /dev/null
@@ -1,25 +0,0 @@
-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')