New package: splix-svn-r315

This commit is contained in:
Andrea Brancaleoni 2015-03-22 13:13:58 +01:00
parent 4df3304451
commit 5d6bec3ab9

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
}