From 98931964dd27e92047207039c8a4cfb556ffb3ea Mon Sep 17 00:00:00 2001 From: cr6git Date: Sun, 16 Sep 2018 14:38:58 +0200 Subject: [PATCH] New package: taralli-0.0.0.20140628 --- srcpkgs/taralli/template | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 srcpkgs/taralli/template diff --git a/srcpkgs/taralli/template b/srcpkgs/taralli/template new file mode 100644 index 00000000000..a1042b6c74c --- /dev/null +++ b/srcpkgs/taralli/template @@ -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 " +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 +}