1 # Contributor: Vitaliy Berdinskikh ur6lad[at]archlinux.org.ua
6 pkgdesc="Samsung ML-1660 Series CUPS driver. Works with ML-1660, ML-1661, ML-1665, ML-1666, ML-1667 printers."
8 url="http://www.samsung.com"
9 license=('custom:samsung')
10 depends=('cups' 'ghostscript')
11 source=("http://downloadcenter.samsung.com/content/DR/201001/20100121132724343/UnifiedLinuxDriver_0.86.tar.gz")
12 changelog=CHANGELOG.markdown
18 ${srcdir}/cdroot/Linux/noarch/at_opt/share/ppd/ML-1660spl.ppd \
19 ${pkgdir}/usr/share/cups/model/samsung/ML-1660spl.ppd
20 if [ "$CARCH" = "x86_64" ]; then
22 ${srcdir}/cdroot/Linux/x86_64/at_root/usr/lib64/cups/filter/rastertosamsungspl \
23 ${pkgdir}/usr/lib/cups/filter/rastertosamsungspl
26 ${srcdir}/cdroot/Linux/i386/at_root/usr/lib/cups/filter/rastertosamsungspl \
27 ${pkgdir}/usr/lib/cups/filter/rastertosamsungspl
31 md5sums=('4ca29f01fea2afc1187d7cba515f42b5')
32 sha256sums=('3e7538e1e5cb10acaa10ac0967b2e61d55fec8080df132e7763d5e61fb36d8a1')