summaryrefslogtreecommitdiff
path: root/libre/foomatic-filters-libre/PKGBUILD
blob: 1149a2558322cc4c0de21882348f4db9bf79517c (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
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
# $Id: PKGBUILD 155770 2012-04-06 10:08:29Z andyrtr $
# Maintainer: Andreas Radke <andyrtr@archlinux.org>
# Contributor (Parabola): André Silva <andre.paulista@adinet.com.uy>
 
pkgbase="foomatic"
pkgname=('foomatic-filters-libre')
arch=('i686' 'x86_64' 'mips64el') # needs to be changed  in the subpackages when makepkg will support it
_snapdate=20120406
_filtersver=4.0.15
pkgver=${_filtersver}_${_snapdate}
pkgrel=1.2
epoch=1
makedepends=('cups' 'perl' 'libxml2' 'enscript' 'perl' 'net-snmp' 'bash')
#_url=http://www.openprinting.org/download/foomatic/ # switch after build
_url=ftp://ftp.archlinux.org/other/foomatic/
source=(${_url}/$pkgbase-filters-${_filtersver}.tar.gz)
url="http://www.linuxprinting.org/foomatic.html"
options=('!emptydirs')
md5sums=('1b7efcdc57340915647daa5b5c15b0ef')

package_foomatic-filters-libre() {

 pkgdesc="Foomatic - Filter scripts used by the printer spoolers to convert the incoming PostScript data into the printer's native format."
# arch=('i686' 'x86_64')
 license=('GPL')
 backup=(etc/foomatic/filter.conf)
 depends=('glibc' 'dbus-core')
 provides=("foomatic-filters=${pkgver}")
 replaces=('foomatic-filters')
 conflicts=('foomatic-filters')
 optdepends=('perl:      for the "beh" Backend End Handler used by cups'
            'net-snmp:  certain (mostly HP) printers need it to work')

   cd ${srcdir}/foomatic-filters-${_filtersver}
   rm -rfv test/{lsbfuncs,shfuncs,tcm,tetapi}.sh
   ./configure --prefix=/usr --sysconfdir=/etc
   make
   make DESTDIR=${pkgdir} install
}