From f01ffd8adf5fbd65ce915e1cf4bd592d0adb1779 Mon Sep 17 00:00:00 2001 From: wertyi48 Date: Fri, 21 Jun 2013 19:19:23 -0300 Subject: [PATCH] New package: vicious-2.1.1 --- srcpkgs/vicious/template | 40 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 srcpkgs/vicious/template diff --git a/srcpkgs/vicious/template b/srcpkgs/vicious/template new file mode 100644 index 00000000000..7366e18999a --- /dev/null +++ b/srcpkgs/vicious/template @@ -0,0 +1,40 @@ +# Template file for 'vicious' +pkgname=vicious +version=2.1.1 +revision=1 +short_desc="Modular widget library for window managers." +maintainer="Steven R " +license="GPL-2" +makedepends="lua-devel>=5.1<5.2" +homepage="http://git.sysphere.org/vicious/about/" +distfiles="http://git.sysphere.org/vicious/snapshot/${pkgname}-${version}.tar.xz" +checksum="59764f9a3ae491f6b14d6135ff53346c004d988bd9caa6fb1ec3b7999fbf3078" +long_desc=" +Vicious is a modular widget library for window managers, but + mostly catering to users of the awesome window manager. It was + derived from the old Wicked widget library, and has some of the + old Wicked widget types, a few of them rewritten, and a good + number of new ones." + +do_install() { + install -Dm644 LICENSE "${DESTDIR}/usr/share/licenses/${pkgname}/LICENSE" + install -Dm644 CHANGES "${DESTDIR}/usr/share/doc/${pkgname}/CHANGES" + + install -d "${DESTDIR}/usr/share/lua/5.1/${pkgname}" + install -d "${DESTDIR}/usr/share/lua/5.1/${pkgname}/widgets" + install -d "${DESTDIR}/usr/share/lua/5.1/${pkgname}/contrib" + + install -m644 TODO "${DESTDIR}/usr/share/doc/${pkgname}" + install -m644 README "${DESTDIR}/usr/share/doc/${pkgname}" + install -m644 *.lua "${DESTDIR}/usr/share/lua/5.1/${pkgname}" + install -m644 widgets/*.lua "${DESTDIR}/usr/share/lua/5.1/${pkgname}/widgets" + install -m644 contrib/*.lua "${DESTDIR}/usr/share/lua/5.1/${pkgname}/contrib" +} + +vicious_package() { + noarch="yes" + depends="awesome alsa-utils wireless_tools curl ${makedepends}" #missing hddtemp + pkg_install() { + vmove all + } +}