diff options
author | Greg Frost <gregfrost1@bigpond.com> | 2009-07-25 06:22:17 (GMT) |
---|---|---|
committer | Greg Frost <gregfrost1@bigpond.com> | 2009-07-25 06:22:17 (GMT) |
commit | 94624c5151e04fd638a71fb94a7503a12cc443c5 (patch) | |
tree | 6f94a575c381d9044aedd805eb3cff9016f30493 /abs/core-testing/ddcxinfo/PKGBUILD | |
parent | 24be8c471201136cff8c1166e77b40b000cb7fa1 (diff) | |
download | linhes_pkgbuild-94624c5151e04fd638a71fb94a7503a12cc443c5.zip linhes_pkgbuild-94624c5151e04fd638a71fb94a7503a12cc443c5.tar.gz linhes_pkgbuild-94624c5151e04fd638a71fb94a7503a12cc443c5.tar.bz2 |
ddcxinfo: add googled patch to make it build
Diffstat (limited to 'abs/core-testing/ddcxinfo/PKGBUILD')
-rw-r--r-- | abs/core-testing/ddcxinfo/PKGBUILD | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/abs/core-testing/ddcxinfo/PKGBUILD b/abs/core-testing/ddcxinfo/PKGBUILD index 94707ef..b358c0c 100644 --- a/abs/core-testing/ddcxinfo/PKGBUILD +++ b/abs/core-testing/ddcxinfo/PKGBUILD @@ -1,6 +1,6 @@ pkgname=ddcxinfo pkgver=0.6.19 -pkgrel=2 +pkgrel=3 pkgdesc="DDC readout using the VESA BIOS extension" url="http://www.t2-project.org/packages/ddcxinfo.html" license="GPL" @@ -11,12 +11,14 @@ replaces=() backup=() arch=('i686') install= -source=(http://www.kanotix.com/files/debian/pool/main/d/ddcxinfo-kanotix/$pkgname-kanotix_$pkgver.tar.gz) +source=(http://www.kanotix.com/files/debian/pool/main/d/ddcxinfo-kanotix/$pkgname-kanotix_$pkgver.tar.gz + lrmi.patch) build() { cd $startdir/src/$pkgname-kanotix-$pkgver mkdir -p $startdir/pkg/usr/sbin + patch -p1 < $startdir/src/lrmi.patch make DESTDIR=$startdir/pkg install cp svgamodes $startdir/pkg/usr/sbin/ chmod +s $startdir/pkg/usr/sbin/ddcprobe |