mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-30 01:12:58 +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'
|
||||
pkgname=liblcf
|
||||
version=0.6.2
|
||||
revision=6
|
||||
build_style=gnu-configure
|
||||
hostmakedepends="pkg-config autoconf automake libtool"
|
||||
makedepends="expat-devel icu-devel"
|
||||
version=0.8.1
|
||||
revision=1
|
||||
build_style=cmake
|
||||
hostmakedepends="pkg-config"
|
||||
makedepends="expat-devel icu-devel inih-devel"
|
||||
short_desc="Library to handle RPG Maker 2000/2003 and EasyRPG projects"
|
||||
maintainer="Franc[e]sco <lolisamurai@tfwno.gf>"
|
||||
license="MIT"
|
||||
homepage="https://github.com/EasyRPG/liblcf"
|
||||
distfiles="https://github.com/EasyRPG/liblcf/archive/${version}.tar.gz"
|
||||
checksum=ed1371a0f116be2d674ec6c4bebc0d6578a3a5e886d1ffdb2aaaca952d2569b1
|
||||
|
||||
pre_configure() {
|
||||
autoreconf -i
|
||||
}
|
||||
checksum=5ec89082d54f1a29d23fed54de70acab4375036d57828ff0fc7a88b81833d40f
|
||||
|
||||
post_install() {
|
||||
vlicense COPYING
|
||||
|
@ -24,9 +20,6 @@ liblcf-devel_package() {
|
|||
short_desc+=" - development files"
|
||||
depends="${makedepends} ${sourcepkg}>=${version}_${revision}"
|
||||
pkg_install() {
|
||||
vmove usr/include
|
||||
vmove usr/lib/pkgconfig
|
||||
vmove "usr/lib/*.a"
|
||||
vmove "usr/lib/*.so"
|
||||
vmove usr/lib/cmake
|
||||
vmove usr/share
|
||||
|
|
Loading…
Add table
Reference in a new issue