updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / c2esp / PKGBUILD
blob64a6d6955663e6eb6ccd1fd9c4a721906ab3e505
1 # Maintainer: flan_suse
3 # Driver support for Kodak ESP printers is nearly matured,
4 # however HERO printers support is still in its early stages.
6 # Try building and installing the cups-usblp PKGBUILD from
7 # the AUR if you have problems with CUPS detecting the
8 # printer via a USB connection.
10 # I had to do this to use my Kodak printer on Arch Linux.
12 pkgname=c2esp
13 pkgver=23
14 pkgrel=2
15 pkgdesc="CUPS printer driver for Kodak ESP and HERO printers"
16 arch=('i686' 'x86_64')
17 url="http://sourceforge.net/projects/cupsdriverkodak/"
18 license=('GPL2')
19 source=("http://downloads.sourceforge.net/cupsdriverkodak/$pkgname$pkgver.tar.gz")
20 md5sums=('3b3212cd072c2ef90436988bbe907c46')
22 build() {
24     # Move into the source directory
25     cd "$srcdir/$pkgname$pkgver/"
27     # Compile the cups driver
28     make
31 package() {
33     # Move into the source directory
34     cd "$srcdir/$pkgname$pkgver/"
36     # Install the files
37     make DESTDIR="${pkgdir}/" install