diff options
author | James Meyer <james.meyer@operamail.com> | 2012-08-06 22:39:43 (GMT) |
---|---|---|
committer | James Meyer <james.meyer@operamail.com> | 2012-08-06 22:39:43 (GMT) |
commit | 241a1411928c891578a7e365c095775f2040c3f0 (patch) | |
tree | 2818b9e584343bac3f428d05ae5c08a4a26728ea /abs/core/ddcxinfo/PKGBUILD | |
parent | 96a62cfeabeee3b3d43c67c90d949ac38adc1456 (diff) | |
download | linhes_pkgbuild-241a1411928c891578a7e365c095775f2040c3f0.zip linhes_pkgbuild-241a1411928c891578a7e365c095775f2040c3f0.tar.gz linhes_pkgbuild-241a1411928c891578a7e365c095775f2040c3f0.tar.bz2 |
ddcxinfo: removed
Diffstat (limited to 'abs/core/ddcxinfo/PKGBUILD')
-rw-r--r-- | abs/core/ddcxinfo/PKGBUILD | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/abs/core/ddcxinfo/PKGBUILD b/abs/core/ddcxinfo/PKGBUILD deleted file mode 100644 index b358c0c..0000000 --- a/abs/core/ddcxinfo/PKGBUILD +++ /dev/null @@ -1,25 +0,0 @@ -pkgname=ddcxinfo -pkgver=0.6.19 -pkgrel=3 -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 - 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 -} |