diff options
author | James Meyer <james.meyer@operamail.com> | 2009-06-10 20:34:02 (GMT) |
---|---|---|
committer | James Meyer <james.meyer@operamail.com> | 2009-06-10 20:34:02 (GMT) |
commit | 99b5453211a377430aea02d56d4d1397df20e315 (patch) | |
tree | 2effb517ceedf70e74e582abd1ce768f7c203012 /abs | |
parent | 9c70dc6da069779c71156676e51aab607d455d9f (diff) | |
download | linhes_pkgbuild-99b5453211a377430aea02d56d4d1397df20e315.zip linhes_pkgbuild-99b5453211a377430aea02d56d4d1397df20e315.tar.gz linhes_pkgbuild-99b5453211a377430aea02d56d4d1397df20e315.tar.bz2 |
ddcxinfo: add pkg to repo.
Needed by mythvantage for showing display info
Diffstat (limited to 'abs')
-rw-r--r-- | abs/core-testing/ddcxinfo/PKGBUILD | 23 | ||||
-rw-r--r-- | abs/core-testing/ddcxinfo/ddcxinfo-kanotix_0.6.19.tar.gz | bin | 0 -> 39882 bytes |
2 files changed, 23 insertions, 0 deletions
diff --git a/abs/core-testing/ddcxinfo/PKGBUILD b/abs/core-testing/ddcxinfo/PKGBUILD new file mode 100644 index 0000000..94707ef --- /dev/null +++ b/abs/core-testing/ddcxinfo/PKGBUILD @@ -0,0 +1,23 @@ +pkgname=ddcxinfo +pkgver=0.6.19 +pkgrel=2 +pkgdesc="DDC readout using the VESA BIOS extension" +url="http://www.t2-project.org/packages/ddcxinfo.html" +license="GPL" +depends=(x-server) +makedepends=() +conflicts=() +replaces=() +backup=() +arch=('i686') +install= +source=(http://www.kanotix.com/files/debian/pool/main/d/ddcxinfo-kanotix/$pkgname-kanotix_$pkgver.tar.gz) + + +build() { + cd $startdir/src/$pkgname-kanotix-$pkgver + mkdir -p $startdir/pkg/usr/sbin + make DESTDIR=$startdir/pkg install + cp svgamodes $startdir/pkg/usr/sbin/ + chmod +s $startdir/pkg/usr/sbin/ddcprobe +} diff --git a/abs/core-testing/ddcxinfo/ddcxinfo-kanotix_0.6.19.tar.gz b/abs/core-testing/ddcxinfo/ddcxinfo-kanotix_0.6.19.tar.gz Binary files differnew file mode 100644 index 0000000..fbbb329 --- /dev/null +++ b/abs/core-testing/ddcxinfo/ddcxinfo-kanotix_0.6.19.tar.gz |