New package: frame-2.5.0
This commit is contained in:
parent
39c88649f2
commit
3ee3900ab6
|
@ -1673,3 +1673,5 @@ libssl.so.27 libressl-2.0.1_1
|
|||
libvamp-hostsdk.so.3 libvamp-plugin-sdk-2.2_6
|
||||
libportmidi.so portmidi-217_1
|
||||
libsox.so.2 sox-14.4.1_1
|
||||
libframe.so.6 frame-2.5.0_1
|
||||
libgrail.so.6 grail-3.1.0_1
|
||||
|
|
1
srcpkgs/frame-devel
Symbolic link
1
srcpkgs/frame-devel
Symbolic link
|
@ -0,0 +1 @@
|
|||
frame
|
25
srcpkgs/frame/template
Normal file
25
srcpkgs/frame/template
Normal file
|
@ -0,0 +1,25 @@
|
|||
# Template build file for 'frame'
|
||||
pkgname=frame
|
||||
version=2.5.0
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
short_desc="Touch Frame Library"
|
||||
maintainer="Enno Boland <eb@s01.de>"
|
||||
makedepends="libXi-devel xorg-server-devel"
|
||||
hostmakedepends="pkg-config"
|
||||
license="LGPL"
|
||||
homepage="https://launchpad.net/frame"
|
||||
distfiles="https://launchpad.net/${pkgname}/trunk/v${version}/+download/${pkgname}-${version}.tar.gz"
|
||||
checksum=cfb9ab52cdccd926f1822a457264d0014c7eb9f4600a72626063dd073b26256f
|
||||
configure_args="--enable-x11"
|
||||
|
||||
frame-devel_package() {
|
||||
depends="frame>=${version}_${revision}"
|
||||
short_desc+=" - development files"
|
||||
pkg_install() {
|
||||
vmove usr/include
|
||||
vmove usr/lib/pkgconfig
|
||||
vmove "usr/lib/*.a"
|
||||
vmove "usr/lib/*.so"
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user