Convert packages to the new template format (l).
This commit is contained in:
@@ -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
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user