New Package: gavl-1.4.0

This commit is contained in:
Logen Kain 2015-09-28 12:26:50 -07:00
parent 4febb0b658
commit 1016faf038
3 changed files with 25 additions and 0 deletions

View file

@ -2219,3 +2219,4 @@ libkexicore.so.14 calligra-kexi-2.9.7_1
libkeximain.so.14 calligra-kexi-2.9.7_1
libcalligrastageprivate.so.14 calligra-stage-2.9.7_1
libfts.so.0 musl-fts-1.2_2
libgavl.so.1 gavl-1.40_1

1
srcpkgs/gavl-devel Symbolic link
View file

@ -0,0 +1 @@
gavl/

23
srcpkgs/gavl/template Normal file
View file

@ -0,0 +1,23 @@
# Template file for 'gavl'
pkgname=gavl
version=1.4.0
revision=1
build_style=gnu-configure
nocross="yes"
hostmakedepends="doxygen"
short_desc="Low level library, upon which multimedia APIs can be built"
maintainer="Logen K <logen@sudotask.com>"
license="GPL-3"
homepage="http://gmerlin.sourceforge.net/gavl.html"
distfiles="${SOURCEFORGE_SITE}/gmerlin/${pkgname}/${version}/${pkgname}-${version}.tar.gz"
checksum=51aaac41391a915bd9bad07710957424b046410a276e7deaff24a870929d33ce
gavl-devel_package() {
depends="gavl>=${version}_${revision}"
short_desc+=" - development files"
pkg_install() {
vmove usr/include
vmove usr/lib/pkgconfig
vmove "usr/lib/*.so"
}
}