summaryrefslogtreecommitdiff
path: root/community/splix/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/splix/PKGBUILD')
-rw-r--r--community/splix/PKGBUILD11
1 files changed, 4 insertions, 7 deletions
diff --git a/community/splix/PKGBUILD b/community/splix/PKGBUILD
index 9b8061ad5..746a1a2d9 100644
--- a/community/splix/PKGBUILD
+++ b/community/splix/PKGBUILD
@@ -1,11 +1,11 @@
-# $Id: PKGBUILD 45807 2011-04-29 11:10:15Z spupykin $
+# $Id: PKGBUILD 50983 2011-07-04 10:54:47Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Maintainer: Angel 'angvp' Velasquez <angvp[at]archlinux.com.ve>
# Contributor: Francis Carroll (franciscarroll at gmail dot com)
pkgname=splix
pkgver=2.0.0
-pkgrel=9
+pkgrel=10
pkgdesc="CUPS drivers for SPL (Samsung Printer Language) printers"
arch=('i686' 'x86_64')
url="http://splix.ap2c.org/"
@@ -18,17 +18,14 @@ md5sums=('f3aa735c22a926818b3d8b26c9964186')
build() {
cd "$srcdir/$pkgname-$pkgver"
-
sed -i 's#const PPDFile::Value::Value #const PPDFile::Value #' src/ppdfile.cpp
-
- make PSTORASTER=gstoraster
+ make PSTORASTER=gstoraster
}
package() {
cd "$srcdir/$pkgname-$pkgver"
-
install -d "$pkgdir/usr/lib/cups/filter"
install -d "$pkgdir/usr/share/cups/model/samsung"
-
make DESTDIR="$pkgdir" install
+ ln -s gstoraster $pkgdir/usr/lib/cups/filter/pstoraster
}