diff options
author | James Meyer <james.meyer@operamail.com> | 2010-10-23 18:17:40 (GMT) |
---|---|---|
committer | James Meyer <james.meyer@operamail.com> | 2010-10-23 18:19:39 (GMT) |
commit | adbcf19958300e9b6598990184c8815b945ba0ee (patch) | |
tree | f4283c850ac0ac202c17e78a637ee7ca8147621b /abs/core-testing/ddcxinfo/PKGBUILD | |
parent | 61a68250df10d29b624650948484898334ff22d0 (diff) | |
download | linhes_pkgbuild-adbcf19958300e9b6598990184c8815b945ba0ee.zip linhes_pkgbuild-adbcf19958300e9b6598990184c8815b945ba0ee.tar.gz linhes_pkgbuild-adbcf19958300e9b6598990184c8815b945ba0ee.tar.bz2 |
Removed old core and extra from repo. Renamed -testing to core/extra. This will setup the base for the testing branch.
Diffstat (limited to 'abs/core-testing/ddcxinfo/PKGBUILD')
-rw-r--r-- | abs/core-testing/ddcxinfo/PKGBUILD | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/abs/core-testing/ddcxinfo/PKGBUILD b/abs/core-testing/ddcxinfo/PKGBUILD deleted file mode 100644 index b358c0c..0000000 --- a/abs/core-testing/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 -} |