Merge pull request #1181 from thypon/splix

New package: splix-svn-r315
This commit is contained in:
Juan RP 2015-03-27 05:35:48 +01:00
commit 7c1f8b28ac
1 changed files with 17 additions and 0 deletions

View File

@ -0,0 +1,17 @@
# Template file for 'splix-svn'
pkgname=splix-svn
_svnrev=315
version=r$_svnrev
revision=1
build_style=gnu-makefile
make_build_args="DISABLE_JBIG=1"
hostmakedepends="subversion"
makedepends="cups-devel mit-krb5-devel"
short_desc="CUPS driver for SPL printers (Samsung and several Xerox printers)"
maintainer="Andrea Brancaleoni <miwaxe@gmail.com>"
license="GPL-2"
homepage="http://splix.ap2c.org"
do_fetch() {
svn checkout svn://svn.code.sf.net/p/splix/code/splix@$_svnrev $pkgname-$version
}