New package: libite-1.8.2

This commit is contained in:
Duncaen 2016-11-15 19:25:49 +01:00
parent 2ec4ab64f4
commit f174430e02
3 changed files with 36 additions and 0 deletions

View File

@ -2658,3 +2658,4 @@ libui.so.0 libui-alpha3.1_1
libgnome-autoar-0.so.0 gnome-autoar-0.1.1_1
libgnome-autoar-gtk-0.so.0 gnome-autoar-0.1.1_1
libxapp.so.1 xapps-1.0.2_1
libite.so.3 libite-1.8.2_1

1
srcpkgs/libite-devel Symbolic link
View File

@ -0,0 +1 @@
libite

34
srcpkgs/libite/template Normal file
View File

@ -0,0 +1,34 @@
# Template file for 'libite'
pkgname=libite
version=1.8.2
revision=1
build_style=gnu-configure
hostmakedepends="automake libtool"
short_desc="Lightweight library of frog DNA"
maintainer="Duncaen <duncaen@voidlinux.eu>"
license="MIT, ISC, BSD"
homepage="https://github.com/troglobit/libite"
distfiles="https://github.com/troglobit/libite/archive/v${version}.tar.gz"
checksum=b27e4af69e9e5b4d00924538d3a41b53752082cc439b9246edec5501aff2f22f
pre_configure() {
./autogen.sh
}
post_install() {
vlicense LICENSE
rm -rf ${DESTDIR}/usr/share/doc/libite
}
libite-devel_package() {
depends="${sourcepkg}>=${version}_${revision}"
short_desc+=" - development files"
pkg_install() {
vmove usr/include
vmove usr/lib/pkgconfig
vmove usr/share/doc
vmove "usr/lib/*.a"
vmove "usr/lib/*.la"
vmove "usr/lib/*.so"
}
}