New package: libspectrum-1.3.2
This commit is contained in:
parent
5327fd951c
commit
3f40aef86b
3 changed files with 24 additions and 0 deletions
|
@ -2801,3 +2801,4 @@ libvirt-admin.so.0 libvirt-3.1.0_1
|
||||||
libnss_libvirt.so.2 libvirt-3.1.0_1
|
libnss_libvirt.so.2 libvirt-3.1.0_1
|
||||||
libassimp.so.3 libassimp-3.3.1_1
|
libassimp.so.3 libassimp-3.3.1_1
|
||||||
libdouble-conversion.so.1 double-conversion-2.0.1_1
|
libdouble-conversion.so.1 double-conversion-2.0.1_1
|
||||||
|
libspectrum.so.8 libspectrum-1.2.2_1
|
||||||
|
|
1
srcpkgs/libspectrum-devel
Symbolic link
1
srcpkgs/libspectrum-devel
Symbolic link
|
@ -0,0 +1 @@
|
||||||
|
libspectrum
|
22
srcpkgs/libspectrum/template
Normal file
22
srcpkgs/libspectrum/template
Normal file
|
@ -0,0 +1,22 @@
|
||||||
|
# Template file for 'libspectrum'
|
||||||
|
pkgname=libspectrum
|
||||||
|
version=1.2.2
|
||||||
|
revision=1
|
||||||
|
build_style=gnu-configure
|
||||||
|
hostmakedepends="perl pkg-config"
|
||||||
|
makedepends="glib-devel libgcrypt-devel zlib-devel bzip2-devel audiofile-devel"
|
||||||
|
short_desc="Spectrum emulation support library"
|
||||||
|
maintainer="Jakub Skrzypnik <j.skrzypnik@openmailbox.org>"
|
||||||
|
license="GPL-2"
|
||||||
|
homepage="http://fuse-emulator.sourceforge.net/"
|
||||||
|
distfiles="${SOURCEFORGE_SITE}/fuse-emulator/${pkgname}-${version}.tar.gz"
|
||||||
|
checksum=1f8a365df30d7cb2bb5c289163cf122241660cae6dc2cb70687064c847ad12d1
|
||||||
|
|
||||||
|
libspectrum-devel_package() {
|
||||||
|
depends="${sourcepkg}>=${version}_${revision}"
|
||||||
|
short_desc+=" - development files"
|
||||||
|
pkg_install() {
|
||||||
|
vmove usr/include
|
||||||
|
vmove usr/lib/*.a
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in a new issue