mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
New package: twolame-0.3.13
This commit is contained in:
parent
2e2b6080f2
commit
3f23254bd6
3 changed files with 26 additions and 0 deletions
|
@ -2437,3 +2437,4 @@ libzimg.so.2 zimg-2.0.4_1
|
||||||
libvapoursynth.so vapoursynth-R32_2
|
libvapoursynth.so vapoursynth-R32_2
|
||||||
libvapoursynth-script.so.0 vapoursynth-R32_1
|
libvapoursynth-script.so.0 vapoursynth-R32_1
|
||||||
libmvtools.so vapoursynth-mvtools-12_1
|
libmvtools.so vapoursynth-mvtools-12_1
|
||||||
|
libtwolame.so.0 twolame-0.3.13_1
|
||||||
|
|
1
srcpkgs/twolame-devel
Symbolic link
1
srcpkgs/twolame-devel
Symbolic link
|
@ -0,0 +1 @@
|
||||||
|
twolame
|
24
srcpkgs/twolame/template
Normal file
24
srcpkgs/twolame/template
Normal file
|
@ -0,0 +1,24 @@
|
||||||
|
# Template file for 'twolame'
|
||||||
|
pkgname=twolame
|
||||||
|
version=0.3.13
|
||||||
|
revision=1
|
||||||
|
build_style=gnu-configure
|
||||||
|
makedepends="libsndfile-devel"
|
||||||
|
short_desc="An optimised MPEG Audio Layer 2 (MP2) encoder"
|
||||||
|
maintainer="Michael Gehring <mg@ebfe.org>"
|
||||||
|
license="LGPL-2.1"
|
||||||
|
homepage="http://www.twolame.org/"
|
||||||
|
distfiles="${SOURCEFORGE_SITE}/twolame/twolame-${version}.tar.gz"
|
||||||
|
checksum=98f332f48951f47f23f70fd0379463aff7d7fb26f07e1e24e42ddef22cc6112a
|
||||||
|
|
||||||
|
twolame-devel_package() {
|
||||||
|
short_desc+=" - development files"
|
||||||
|
depends="${sourcepkg}>=${version}_${revision}"
|
||||||
|
pkg_install() {
|
||||||
|
vmove /usr/include
|
||||||
|
vmove /usr/lib/*.a
|
||||||
|
vmove /usr/lib/*.so
|
||||||
|
vmove /usr/lib/pkgconfig
|
||||||
|
vmove /usr/share/doc/
|
||||||
|
}
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue