Convert packages to the new template format (l).

This commit is contained in:
Juan RP
2013-04-13 10:15:49 +02:00
parent 2de2b1d55b
commit 370798958f
445 changed files with 4246 additions and 3762 deletions

View File

@@ -2,10 +2,9 @@
pkgname=libquvi-scripts
version=0.4.10
revision=1
noarch=yes
build_style=gnu-configure
makedepends="pkg-config"
fulldepends="lua"
hostmakedepends="pkg-config"
makedepends="lua"
short_desc="Set of (lua) scripts for libquvi"
maintainer="Juan RP <xtraeme@gmail.com>"
license="LGPL-2.1"
@@ -24,3 +23,11 @@ long_desc="
* C API is simple to use
This package contains a set of plugins for use with libquvi and/or quvi."
libquvi-scripts_package() {
depends="lua"
noarch="yes"
pkg_install() {
vmove usr
}
}