17 lines
495 B
Bash
17 lines
495 B
Bash
# 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
|
|
}
|