vicious: update template

This commit is contained in:
wertyi48 2013-06-21 21:08:33 -03:00
parent cebf6401c0
commit 31f26d3f53
1 changed files with 13 additions and 13 deletions

View File

@ -11,21 +11,21 @@ distfiles="http://git.sysphere.org/vicious/snapshot/${pkgname}-${version}.tar.xz
checksum="59764f9a3ae491f6b14d6135ff53346c004d988bd9caa6fb1ec3b7999fbf3078" checksum="59764f9a3ae491f6b14d6135ff53346c004d988bd9caa6fb1ec3b7999fbf3078"
long_desc=" long_desc="
Vicious is a modular widget library for window managers, but Vicious is a modular widget library for window managers, but
mostly catering to users of the awesome window manager. It was mostly catering to users of the awesome window manager. It was
derived from the old Wicked widget library, and has some of the derived from the old Wicked widget library, and has some of the
old Wicked widget types, a few of them rewritten, and a good old Wicked widget types, a few of them rewritten, and a good
number of new ones." number of new ones."
do_install() { do_install() {
install -Dm644 LICENSE "${DESTDIR}/usr/share/licenses/${pkgname}/LICENSE" vinstall LICENSE 644 "usr/share/licenses/${pkgname}/"
install -Dm644 CHANGES "${DESTDIR}/usr/share/doc/${pkgname}/CHANGES" vinstall CHANGES 644 "usr/share/doc/${pkgname}/"
install -d "${DESTDIR}/usr/share/lua/5.1/${pkgname}" vmkdir "usr/share/lua/5.1/${pkgname}"
install -d "${DESTDIR}/usr/share/lua/5.1/${pkgname}/widgets" vmkdir "usr/share/lua/5.1/${pkgname}/widgets"
install -d "${DESTDIR}/usr/share/lua/5.1/${pkgname}/contrib" vmkdir "usr/share/lua/5.1/${pkgname}/contrib"
install -m644 TODO "${DESTDIR}/usr/share/doc/${pkgname}" vinstall TODO 644 "usr/share/doc/${pkgname}"
install -m644 README "${DESTDIR}/usr/share/doc/${pkgname}" vinstall README 644 "usr/share/doc/${pkgname}"
install -m644 *.lua "${DESTDIR}/usr/share/lua/5.1/${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 widgets/*.lua "${DESTDIR}/usr/share/lua/5.1/${pkgname}/widgets"
install -m644 contrib/*.lua "${DESTDIR}/usr/share/lua/5.1/${pkgname}/contrib" install -m644 contrib/*.lua "${DESTDIR}/usr/share/lua/5.1/${pkgname}/contrib"
@ -33,7 +33,7 @@ do_install() {
vicious_package() { vicious_package() {
noarch="yes" noarch="yes"
depends="awesome alsa-utils wireless_tools curl ${makedepends}" #missing hddtemp depends="awesome alsa-utils wireless_tools curl lua" #missing hddtemp
pkg_install() { pkg_install() {
vmove all vmove all
} }