tolua: soname is detected by xbps-src, remove dup shlib_provides.

This commit is contained in:
Juan RP 2016-02-12 12:05:58 +01:00
parent 9ed2167b1b
commit 531a8e9a6e

View File

@ -1,7 +1,7 @@
# Template file for 'tolua'
pkgname=tolua
version=5.2.0
revision=1
revision=2
build_style=cmake
hostmakedepends="pkg-config cmake"
makedepends="lua52-devel"
@ -12,8 +12,6 @@ homepage="https://github.com/LuaDist/tolua"
distfiles="${homepage}/archive/${version}.tar.gz"
checksum=121ae6b6e1fb86d064e5994be5ef43ee2e20d2602f40e6ba48fa9de867ffc3d5
shlib_provides="libtolua.so"
CFLAGS="-I${XBPS_CROSS_BASE}/usr/include/lua5.2 -fPIC"
nopie=yes