summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 12baa342eb0e07c15fd10d728152c49957110087 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# Contributor: Caleb Maclennan <caleb@alerque.com>
pkgname=cups-xerox-phaser-6500
pkgver=1.0.0
pkgrel=1
_rpmname=Xerox-Phaser-6500-Linux.rpm
pkgdesc='CUPS driver for the Xerox Phaser 6500 series'
url='https://www.support.xerox.com/support/phaser-6500/downloads/engb.html?operatingSystem=linux&fileLanguage=en_GB'
license=('custom')
arch=('i686' 'x86_64')
depends=('cups')
makedepends=('rpmextract' 'libtool')
source=('http://download.support.xerox.com/pub/drivers/6500/drivers/linux/en_GB/Xerox-Phaser-6500-Linux.rpm')
sha256sums=('29b46cd1e57463ad4adcfa507bdaecd9fcdbda50fdb4cb34f53164af45dbebcb')

build() {
  cd "$srcdir"
  rpmextract.sh "$_rpmname" || return 1
}

package() {
  cd "$srcdir"
  cp -r usr "$pkgdir"
}