New package: libglob-1.0.

This commit is contained in:
Juan RP 2015-12-17 08:08:27 +01:00
parent 106a5685f2
commit dd802a363f
3 changed files with 28 additions and 0 deletions

View file

@ -2306,3 +2306,4 @@ libpjsua2.so.2 pjproject-2.4.5_1
libhdf5_hl.so.10 hdf5-1.8.16_1
libhdf5.so.10 hdf5-1.8.16_1
libcryptmount.so.0 libpam-mount-2.15_1
libglob.so.0 libglob-1.0_1

1
srcpkgs/libglob-devel Symbolic link
View file

@ -0,0 +1 @@
libglob

26
srcpkgs/libglob/template Normal file
View file

@ -0,0 +1,26 @@
# Template file for 'libglob'
pkgname=libglob
version=1.0
revision=1
build_style=gnu-makefile
only_for_archs="aarch64-musl armv6l-musl armv7l-musl i686-musl mips-musl mipsel-musl mipselhf-musl x86_64-musl"
short_desc="BSD glob(3) implementation for the musl C library"
maintainer="Juan RP <xtraeme@voidlinux.eu>"
license="3-clause-BSD"
homepage="http://github.com/voidlinux/libglob"
distfiles="https://github.com/voidlinux/${pkgname}/archive/${version}.tar.gz"
checksum=4f1b204dad065689941c64828a92441fb316c9c7539b39525fa728125da65e22
post_install() {
vlicense LICENSE
}
libglob-devel_package() {
depends="${sourcepkg}-${version}_${revision}"
short_desc+=" - development files"
pkg_install() {
vmove usr/include
vmove usr/lib/*.a
vmove usr/lib/*.so
}
}