New package: liblcf-0.6.0

This commit is contained in:
Franc[e]sco 2019-04-11 18:50:33 +02:00 committed by maxice8
parent f61731ad4b
commit 3134cd9312
No known key found for this signature in database
GPG key ID: 543B9D4F4299F06B
3 changed files with 36 additions and 0 deletions

View file

@ -3442,3 +3442,4 @@ libbitcoin-node.so.0 libbitcoin-node-3.5.0_1
libbitcoin-server.so.0 libbitcoin-server-3.5.0_1
libvpd-2.2.so.2 libvpd-2.2.6_1
libvpd_cxx-2.2.so.2 libvpd-2.2.6_1
liblcf.so.0 liblcf-0.6.0_1

1
srcpkgs/liblcf-devel Symbolic link
View file

@ -0,0 +1 @@
liblcf

34
srcpkgs/liblcf/template Normal file
View file

@ -0,0 +1,34 @@
# Template file for 'liblcf'
pkgname=liblcf
version=0.6.0
revision=1
build_style=gnu-configure
hostmakedepends="pkg-config autoconf automake libtool"
makedepends="expat-devel icu-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=bb1848af7229071268d5f543b96837fefcd2dfc109a348cbd38169b4195257f5
pre_configure() {
autoreconf -i
}
post_install() {
vlicense COPYING
}
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
}
}