New package: taralli-0.0.0.20140628
This commit is contained in:
parent
8f67ac77ef
commit
98931964dd
1 changed files with 25 additions and 0 deletions
25
srcpkgs/taralli/template
Normal file
25
srcpkgs/taralli/template
Normal file
|
@ -0,0 +1,25 @@
|
|||
# Template file for 'taralli'
|
||||
pkgname=taralli
|
||||
version=0.0.0.20140628
|
||||
revision=1
|
||||
_commit=974d7404901a94944a7fddc6a019a87789c9c857
|
||||
wrksrc="${pkgname}-${_commit}"
|
||||
build_style=gnu-configure
|
||||
hostmakedepends="automake"
|
||||
makedepends="libXi-devel"
|
||||
short_desc="Screen edge pointer wrapping for X"
|
||||
maintainer="cr6git <quark6@protonmail.com>"
|
||||
license="BSD-3-Clause"
|
||||
homepage="https://github.com/joshumax/taralli"
|
||||
distfiles="https://github.com/joshumax/taralli/archive/${_commit}.tar.gz"
|
||||
checksum=77f4a5e0b52b2c1e4de8e39cb77187863883d22ee049c873d57c3bc36719f84a
|
||||
|
||||
pre_configure() {
|
||||
# fix warnings
|
||||
sed -i '8s/.*/AM_INIT_AUTOMAKE/' configure.ac
|
||||
autoreconf -fi
|
||||
}
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
}
|
Loading…
Reference in a new issue