lutok: update to 0.3 (soname bump).
This commit is contained in:
parent
2014e18f72
commit
ea39e53a2a
|
@ -968,7 +968,7 @@ libparserutils.so.0 libparserutils-0.1.1_1
|
||||||
libwapcaplet.so.0 libwapcaplet-0.1.0_1
|
libwapcaplet.so.0 libwapcaplet-0.1.0_1
|
||||||
libcss.so.0 libcss-0.1.1_1
|
libcss.so.0 libcss-0.1.1_1
|
||||||
libhubbub.so.0 libhubbub-0.1.1_1
|
libhubbub.so.0 libhubbub-0.1.1_1
|
||||||
liblutok.so.0 lutok-0.1_1
|
liblutok.so.2 lutok-0.3_1
|
||||||
libmtdev.so.1 mtdev-1.1.2_1
|
libmtdev.so.1 mtdev-1.1.2_1
|
||||||
libcryptsetup.so.4 libcryptsetup-1.4.1_1
|
libcryptsetup.so.4 libcryptsetup-1.4.1_1
|
||||||
libgusb.so.2 libgusb-0.1.3_1
|
libgusb.so.2 libgusb-0.1.3_1
|
||||||
|
|
|
@ -1,17 +1,17 @@
|
||||||
# Template file for 'lutok'
|
# Template file for 'lutok'
|
||||||
pkgname=lutok
|
pkgname=lutok
|
||||||
version=0.2
|
version=0.3
|
||||||
revision=4
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--with-doxygen"
|
configure_args="--with-doxygen"
|
||||||
hostmakedepends="pkg-config doxygen"
|
hostmakedepends="pkg-config doxygen"
|
||||||
makedepends="lua51-devel"
|
makedepends="lua-devel"
|
||||||
short_desc="Lightweight C++ API for Lua"
|
short_desc="Lightweight C++ API for Lua"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
license="BSD"
|
license="BSD"
|
||||||
homepage="http://code.google.com/p/lutok"
|
homepage="http://code.google.com/p/lutok"
|
||||||
distfiles="https://lutok.googlecode.com/files/lutok-$version.tar.gz"
|
distfiles="https://lutok.googlecode.com/files/lutok-$version.tar.gz"
|
||||||
checksum=df6f175fdd417ff830ec46509816a40b92fec816de726e815b4ae4f7fea405bd
|
checksum=32d8e823432560dae3606094f1203cfab0f23c889440cc7b92a1739a68c2369e
|
||||||
long_desc="
|
long_desc="
|
||||||
Lutok provides thin C++ wrappers around the Lua C API to ease the interaction
|
Lutok provides thin C++ wrappers around the Lua C API to ease the interaction
|
||||||
between C++ and Lua. These wrappers make intensive use of RAII to prevent
|
between C++ and Lua. These wrappers make intensive use of RAII to prevent
|
||||||
|
@ -21,7 +21,7 @@ long_desc="
|
||||||
functions built on top of the wrappers."
|
functions built on top of the wrappers."
|
||||||
|
|
||||||
lutok-devel_package() {
|
lutok-devel_package() {
|
||||||
depends="lua51-devel lutok>=$version"
|
depends="lua-devel lutok>=${version}_${revision}"
|
||||||
short_desc+=" - development files"
|
short_desc+=" - development files"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/include
|
vmove usr/include
|
||||||
|
|
Loading…
Reference in New Issue