summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO15
-rw-r--r--PKGBUILD19
2 files changed, 34 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..1793b90290e9
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,15 @@
+pkgbase = cnijfilter-common-i386
+ pkgdesc = Canon IJ Printer Driver (Common package) i386
+ pkgver = 3.40
+ pkgrel = 2
+ url = http://support-au.canon.com.au/contents/AU/EN/0100300801.html
+ arch = i686
+ license = custom
+ depends = libcups
+ depends = popt
+ conflicts = cnijfilter-common
+ source = https://www.dropbox.com/s/wnfwkbuvx024agh/cnijfilter-common-3.40-1.i386.tar.gz
+ md5sums = c4680f87933d109f7a5139701ae6af27
+
+pkgname = cnijfilter-common-i386
+
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..8a0f215afdeb
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,19 @@
+# Contributor: SubNeX
+# Contributor: Estuera ( modified to i386)
+# Maintainer: Alexandru Ianu (Ayceman) <alexandru@manjaro.org>
+
+pkgname=cnijfilter-common-i386
+pkgver=3.40
+pkgrel=2
+pkgdesc="Canon IJ Printer Driver (Common package) i386"
+url="http://support-au.canon.com.au/contents/AU/EN/0100300801.html"
+arch=('i686')
+license=('custom')
+depends=('libcups' 'popt')
+source=("https://www.dropbox.com/s/wnfwkbuvx024agh/cnijfilter-common-3.40-1.i386.tar.gz")
+conflicts=('cnijfilter-common')
+md5sums=('c4680f87933d109f7a5139701ae6af27')
+
+package(){
+ cp -a "$srcdir/usr" "$pkgdir"
+}