New package: gmtk-1.0.8.
This commit is contained in:
parent
33a5d2679a
commit
9e891796be
3 changed files with 33 additions and 0 deletions
|
@ -1385,3 +1385,5 @@ libunistring.so.0 libunistring-0.9.3_1
|
|||
libguile-2.0.so.22 guile-2.0.9_1
|
||||
libopts.so.25 autogen-5.17.4_1
|
||||
libanjuta-3.so.0 anjuta-3.8.4_1
|
||||
libgmlib.so.1 gmtk-1.0.8_1
|
||||
libgmtk.so.1 gmtk-1.0.8_1
|
||||
|
|
1
srcpkgs/gmtk-devel
Symbolic link
1
srcpkgs/gmtk-devel
Symbolic link
|
@ -0,0 +1 @@
|
|||
gmtk
|
30
srcpkgs/gmtk/template
Normal file
30
srcpkgs/gmtk/template
Normal file
|
@ -0,0 +1,30 @@
|
|||
# Template file for 'gmtk'
|
||||
pkgname=gmtk
|
||||
version=1.0.8
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
configure_args="--disable-static --enable-gtk3"
|
||||
hostmakedepends="pkg-config intltool"
|
||||
makedepends="gtk+3-devel dconf-devel alsa-lib-devel pulseaudio-devel"
|
||||
short_desc="Common functions for gnome-mplayer and gecko-mediaplayer"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
homepage="http://gmtk.googlecode.com/"
|
||||
license="GPL-2"
|
||||
distfiles="http://gmtk.googlecode.com/files/${pkgname}-${version}.tar.gz"
|
||||
checksum=007fba85f4ba6af6b3fd9d5162e18a7e4059c848e112eb03b84b2c7aad008b0c
|
||||
|
||||
gmtk-devel_package() {
|
||||
depends="gmtk-${version}_${revision}"
|
||||
short_desc+=" - development files"
|
||||
pkg_install() {
|
||||
vmove usr/include
|
||||
vmove usr/lib/pkgconfig
|
||||
vmove "usr/lib/*.so"
|
||||
}
|
||||
}
|
||||
|
||||
gmtk_package() {
|
||||
pkg_install() {
|
||||
vmove usr
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue