summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoralexandruianu2015-06-25 15:53:40 +0300
committeralexandruianu2015-06-25 15:53:40 +0300
commit98c22954e582469ce7e676ef38e158038ec6d08b (patch)
tree6cd410feb809aaadad59ae50b9371230b77c277a
downloadaur-98c22954e582469ce7e676ef38e158038ec6d08b.tar.gz
Initial import
-rw-r--r--.SRCINFO19
-rw-r--r--PKGBUILD17
2 files changed, 36 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..c084331debfc
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,19 @@
+pkgbase = cnijfilter-mp495-x86_64
+ pkgdesc = Canon IJ Printer Driver (MP495) x86_64
+ pkgver = 3.40
+ pkgrel = 2
+ url = http://support-au.canon.com.au/contents/AU/EN/0100300801.html
+ arch = x86_64
+ license = custom
+ depends = libcups
+ depends = popt
+ depends = cnijfilter-common-x86_64
+ depends = libpng12
+ depends = heimdal-aur
+ depends = ghostscript
+ depends = libtiff
+ source = https://www.dropbox.com/s/hg5tpyeyj39ybpj/cnijfilter-mp495series-3.40-1.x86_64.tar.gz
+ md5sums = 628db74d6780d9a3f5e6445e3cc195d9
+
+pkgname = cnijfilter-mp495-x86_64
+
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..727c05ee1593
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,17 @@
+# Contributor: Edwin Peters
+# Maintainer: Alexandru Ianu (Ayceman) <alexandru@manjaro.org>
+
+pkgname=cnijfilter-mp495-x86_64
+pkgver=3.40
+pkgrel=2
+pkgdesc="Canon IJ Printer Driver (MP495) x86_64"
+url="http://support-au.canon.com.au/contents/AU/EN/0100300801.html"
+arch=('x86_64')
+license=('custom')
+depends=('libcups' 'popt' 'cnijfilter-common-x86_64' 'libpng12' 'heimdal-aur' 'ghostscript' 'libtiff')
+source=("https://www.dropbox.com/s/hg5tpyeyj39ybpj/cnijfilter-mp495series-3.40-1.x86_64.tar.gz")
+md5sums=('628db74d6780d9a3f5e6445e3cc195d9')
+
+package(){
+ cp -a "$srcdir/usr" "$pkgdir"
+}