Convert packages to the new template format (v).

This commit is contained in:
Juan RP
2013-04-14 16:51:01 +02:00
parent 6b54c55358
commit 1971169f0f
46 changed files with 471 additions and 386 deletions

View File

@@ -2,13 +2,8 @@
pkgname=valabind-git
version="$(date -u +%Y%m%d)"
revision=1
nofetch=yes
noextract=yes
provides="valabind-9999"
replaces="valabind>=0"
build_style=gnu-makefile
depends="glib-devel vala-devel>=0.18"
makedepends="pkg-config vala-devel>=0.18 glib-devel"
makedepends="pkg-config vala-devel>=0.18 libglib-devel"
short_desc="Tool to transform vala source files to swig, GIR or GEAR (git snapshot)"
maintainer="Juan RP <xtraeme@gmail.com>"
license="LGPL-3"
@@ -24,8 +19,20 @@ long_desc="
It can also generate bindings for C++ and v8-GearBox."
nofetch=yes
noextract=yes
do_fetch() {
local url="git://github.com/radare/valabind"
msg_normal "Fetching source from $url ...\n"
git clone ${url} ${pkgname}-${version}
}
valabind-git_package() {
replaces="valabind>=0"
provides="valabind-9999"
depends="glib-devel vala-devel>=0.18"
pkg_install() {
vmove usr
}
}