mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-02 02:42:56 +02:00
liblcf: update to 0.8.1.
This commit is contained in:
parent
98500b1623
commit
4bee4f95b3
1 changed files with 6 additions and 13 deletions
|
@ -1,20 +1,16 @@
|
||||||
# Template file for 'liblcf'
|
# Template file for 'liblcf'
|
||||||
pkgname=liblcf
|
pkgname=liblcf
|
||||||
version=0.6.2
|
version=0.8.1
|
||||||
revision=6
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=cmake
|
||||||
hostmakedepends="pkg-config autoconf automake libtool"
|
hostmakedepends="pkg-config"
|
||||||
makedepends="expat-devel icu-devel"
|
makedepends="expat-devel icu-devel inih-devel"
|
||||||
short_desc="Library to handle RPG Maker 2000/2003 and EasyRPG projects"
|
short_desc="Library to handle RPG Maker 2000/2003 and EasyRPG projects"
|
||||||
maintainer="Franc[e]sco <lolisamurai@tfwno.gf>"
|
maintainer="Franc[e]sco <lolisamurai@tfwno.gf>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://github.com/EasyRPG/liblcf"
|
homepage="https://github.com/EasyRPG/liblcf"
|
||||||
distfiles="https://github.com/EasyRPG/liblcf/archive/${version}.tar.gz"
|
distfiles="https://github.com/EasyRPG/liblcf/archive/${version}.tar.gz"
|
||||||
checksum=ed1371a0f116be2d674ec6c4bebc0d6578a3a5e886d1ffdb2aaaca952d2569b1
|
checksum=5ec89082d54f1a29d23fed54de70acab4375036d57828ff0fc7a88b81833d40f
|
||||||
|
|
||||||
pre_configure() {
|
|
||||||
autoreconf -i
|
|
||||||
}
|
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense COPYING
|
vlicense COPYING
|
||||||
|
@ -24,9 +20,6 @@ liblcf-devel_package() {
|
||||||
short_desc+=" - development files"
|
short_desc+=" - development files"
|
||||||
depends="${makedepends} ${sourcepkg}>=${version}_${revision}"
|
depends="${makedepends} ${sourcepkg}>=${version}_${revision}"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/include
|
|
||||||
vmove usr/lib/pkgconfig
|
|
||||||
vmove "usr/lib/*.a"
|
|
||||||
vmove "usr/lib/*.so"
|
vmove "usr/lib/*.so"
|
||||||
vmove usr/lib/cmake
|
vmove usr/lib/cmake
|
||||||
vmove usr/share
|
vmove usr/share
|
||||||
|
|
Loading…
Add table
Reference in a new issue