libIDL: update to 0.8.13, new deps style, converted to subpkgs.
--HG-- extra : convert_revision : a93f91c06beb6f472328b74f5755b45638c24403
This commit is contained in:
parent
679093d20f
commit
b6ed0f2b03
4 changed files with 31 additions and 6 deletions
|
@ -1,14 +1,12 @@
|
|||
# Template build file for 'libIDL'.
|
||||
pkgname=libIDL
|
||||
version=0.8.11
|
||||
distfiles="
|
||||
http://ftp.gnome.org/pub/gnome/sources/libIDL/0.8/$pkgname-$version.tar.bz2"
|
||||
sourcepkg=$pkgname
|
||||
version=0.8.13
|
||||
distfiles="${GNOME_SITE}/$pkgname/0.8/$pkgname-$version.tar.bz2"
|
||||
build_style=gnu_configure
|
||||
configure_env="HAVE_YACC=yes"
|
||||
pkgconfig_override="libIDL-2.0.pc"
|
||||
short_desc="CORBA Interface Definition Language parser"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
checksum=1ffe518c0b63996fb01013d0a5af7b043156ab6a
|
||||
checksum=bccc7e10dae979518ff012f8464e47ec4b3558a5456a94c8679653aa0b262b71
|
||||
long_desc="
|
||||
libIDL is a library licensed under the GNU LGPL for creating trees of
|
||||
CORBA Interface Definition Language (IDL) files, which is a
|
||||
|
@ -31,3 +29,9 @@ long_desc="
|
|||
libIDL performs compilation phases from lexical analysis to nearly
|
||||
full semantic analysis with some optimizations, and will attempt to
|
||||
generate meaningful errors and warnings for invalid or deprecated IDL."
|
||||
|
||||
subpackages="devel"
|
||||
Add_dependency build pkg-config
|
||||
Add_dependency build flex
|
||||
Add_dependency full glibc
|
||||
Add_dependency full glib
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue