From c6000c9d9949b3326fb82f02431899ab6774b960 Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Sun, 16 Dec 2012 11:51:24 +0100 Subject: big cleanup --- brother-dcp9010cn/PKGBUILD | 44 -------------------------------------------- 1 file changed, 44 deletions(-) delete mode 100644 brother-dcp9010cn/PKGBUILD (limited to 'brother-dcp9010cn/PKGBUILD') diff --git a/brother-dcp9010cn/PKGBUILD b/brother-dcp9010cn/PKGBUILD deleted file mode 100644 index ef5e351..0000000 --- a/brother-dcp9010cn/PKGBUILD +++ /dev/null @@ -1,44 +0,0 @@ -# Contributor: Pavel Benak - -pkgname=brother-dcp9010cn -pkgver=1.1.1 -pkgrel=4 -pkgdesc="Brother cups and lpd driver for DCP-9010CN" -arch=('i686' 'x86_64') -url="http://solutions.brother.com/linux/en_us/index.html" -license=('custom')mm -if [ "$(uname -m)" = "x86_64" ] -then - depends=('lib32-glibc' 'psutils') -else - depends=('psutils') -fi -noextract=(DCP7010.ppd.gz) - -source=( -http://www.brother.com/pub/bsc/linux/dlf/dcp9010cncupswrapper-$pkgver-$pkgrel.i386.deb -http://www.brother.com/pub/bsc/linux/dlf/dcp9010cnlpr-$pkgver-$pkgrel.i386.deb -brlpdwrapperdcp9010cn -) - -md5sums=('f8fbdc819c5ed1d54fdfe0da24e2939d' - '6b24a542b9d2f755d43cf0e6c91101ad' - '3ba6c4dd55eb15f918741f4ad102570f') - -build() -{ - mkdir -p $startdir/src/unpack || return 1 - for i in $startdir/src/*.deb - do - cd $startdir/src/unpack - ar -x $i || return 1 - cd $startdir/pkg - bsdtar xf $startdir/src/unpack/data.tar.gz || return 1 - done - - cd $startdir/src - install -d -m755 $startdir/pkg/usr/share/cups/model || return 1 - install -d -m755 $startdir/pkg/usr/lib/cups/filter || return 1 - install -D -m644 $startdir/pkg/usr/local/Brother/Printer/dcp9010cn/cupswrapper/dcp9010cn.ppd $startdir/pkg/usr/share/cups/model || return 1 - install -D -m755 brlpdwrapperdcp9010cn $startdir/pkg/usr/lib/cups/filter || return 1 -} -- cgit v1.2.3-24-g4f1b