mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 23:53:51 +02:00
New Package: libzen-0.4.31
This commit is contained in:
parent
83ab430128
commit
89970a366c
2 changed files with 33 additions and 0 deletions
1
srcpkgs/libzen-devel
Symbolic link
1
srcpkgs/libzen-devel
Symbolic link
|
@ -0,0 +1 @@
|
||||||
|
libzen
|
32
srcpkgs/libzen/template
Normal file
32
srcpkgs/libzen/template
Normal file
|
@ -0,0 +1,32 @@
|
||||||
|
# Template build file for 'libzen'.
|
||||||
|
# vim: set ft=sh:
|
||||||
|
|
||||||
|
pkgname=libzen
|
||||||
|
version=0.4.31
|
||||||
|
revision=1
|
||||||
|
short_desc="Shared library for libmediainfo and mediainfo"
|
||||||
|
homepage="http://mediaarea.net/MediaInfo"
|
||||||
|
maintainer="Georg Schabel <gescha@posteo.de>"
|
||||||
|
license="zlib"
|
||||||
|
|
||||||
|
distfiles="${SOURCEFORGE_SITE}/zenlib/${pkgname}_${version}.tar.gz"
|
||||||
|
checksum=98ddd5c8e02d672055b0087067bc9bcdff27d5f9a8b8943fc209c53d2cf4caa7
|
||||||
|
|
||||||
|
build_style=gnu-configure
|
||||||
|
hostmakedepends="automake libtool pkg-config"
|
||||||
|
configure_args="--prefix=/usr --enable-shared"
|
||||||
|
create_wrksrc=yes
|
||||||
|
build_wrksrc="ZenLib/Project/GNU/Library"
|
||||||
|
|
||||||
|
pre_configure() {
|
||||||
|
autoreconf -fi
|
||||||
|
}
|
||||||
|
|
||||||
|
libzen-devel_package() {
|
||||||
|
depends="libzen>=${version}_${revision}"
|
||||||
|
short_desc+=" - development files"
|
||||||
|
pkg_install() {
|
||||||
|
vmove usr/include
|
||||||
|
vmove usr/lib/pkgconfig
|
||||||
|
}
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue