mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 08:52:56 +02:00
libIDL: update to 0.8.14.
This commit is contained in:
parent
4d7cbdfd59
commit
0403fb35ff
1 changed files with 6 additions and 6 deletions
|
@ -1,16 +1,16 @@
|
||||||
# Template build file for 'libIDL'.
|
# Template build file for 'libIDL'.
|
||||||
pkgname=libIDL
|
pkgname=libIDL
|
||||||
version=0.8.13
|
version=0.8.14
|
||||||
revision=6
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
hostmakedepends="pkg-config flex"
|
hostmakedepends="pkg-config flex"
|
||||||
makedepends="libfl-devel libglib-devel"
|
makedepends="libglib-devel"
|
||||||
short_desc="CORBA Interface Definition Language parser"
|
short_desc="CORBA Interface Definition Language parser"
|
||||||
homepage="http://projects.gnome.org/ORBit2/"
|
homepage="http://projects.gnome.org/ORBit2/"
|
||||||
license="LGPL-2.1"
|
license="LGPL-2.1"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
distfiles="${GNOME_SITE}/$pkgname/0.8/$pkgname-$version.tar.bz2"
|
distfiles="${GNOME_SITE}/$pkgname/0.8/$pkgname-$version.tar.bz2"
|
||||||
checksum=bccc7e10dae979518ff012f8464e47ec4b3558a5456a94c8679653aa0b262b71
|
checksum=c5d24d8c096546353fbc7cedf208392d5a02afe9d56ebcc1cccb258d7c4d2220
|
||||||
|
|
||||||
libIDL-devel_package() {
|
libIDL-devel_package() {
|
||||||
depends="${sourcepkg}>=${version}_${revision}"
|
depends="${sourcepkg}>=${version}_${revision}"
|
||||||
|
@ -19,7 +19,7 @@ libIDL-devel_package() {
|
||||||
vmove usr/bin
|
vmove usr/bin
|
||||||
vmove usr/include
|
vmove usr/include
|
||||||
vmove usr/lib/pkgconfig
|
vmove usr/lib/pkgconfig
|
||||||
vmove "usr/lib/*.a"
|
vmove usr/lib/*.a
|
||||||
vmove "usr/lib/*.so"
|
vmove usr/lib/*.so
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue