orc: update to 0.4.16.

This commit is contained in:
Juan RP 2012-09-25 11:45:27 +02:00
parent dd57ee2c32
commit 5878337d64
2 changed files with 17 additions and 15 deletions

View file

@ -1,18 +1,14 @@
# Template file for 'orc-devel'. # Template file for 'orc-devel'.
# #
depends="glibc-devel orc" noarch=yes
depends="orc>=${version}"
short_desc="${short_desc} - development files" short_desc="${short_desc} - development files"
long_desc="${long_desc} long_desc="${long_desc}
This package contains files for development, headers, static libs, etc." This package contains files for development, headers, static libs, etc."
do_install() {
do_install() vmove usr/include usr
{ vmove usr/lib/pkgconfig usr/lib
mkdir -p ${DESTDIR}/usr/lib vmove usr/share/gtk-doc usr/share
mkdir -p ${DESTDIR}/usr/share
mv ${SRCPKGDESTDIR}/usr/include ${DESTDIR}/usr
mv ${SRCPKGDESTDIR}/usr/lib/lib*.*a ${DESTDIR}/usr/lib
mv ${SRCPKGDESTDIR}/usr/lib/pkgconfig ${DESTDIR}/usr/lib
mv ${SRCPKGDESTDIR}/usr/share/gtk-doc ${DESTDIR}/usr/share
} }

View file

@ -1,17 +1,23 @@
# Template build file for 'orc'. # Template build file for 'orc'.
pkgname=orc pkgname=orc
version=0.4.14 version=0.4.16
distfiles="http://code.entropywave.com/download/orc/orc-$version.tar.gz" revision=1
subpackages="orc-devel"
build_style=gnu-configure build_style=gnu-configure
revision=2 configure_args="--disable-static"
makedepends="pkg-config" makedepends="pkg-config"
short_desc="The Oild Runtime Compiler" short_desc="The Oild Runtime Compiler"
maintainer="Juan RP <xtraeme@gmail.com>" maintainer="Juan RP <xtraeme@gmail.com>"
checksum=6b0c536984871954364976516ea0328e2dcd856111726a23e609504ba2b12313 homepage="http://code.entropywave.com/orc/"
license="Simplified BSD, New BSD license"
distfiles="http://code.entropywave.com/download/orc/orc-${version}.tar.gz"
checksum=700e4edba20a0ed42164b645da26ce515b883d4c4633b222302f1e541f2a58ab
long_desc=" long_desc="
Orc is a library and set of tools for compiling and executing very simple Orc is a library and set of tools for compiling and executing very simple
programs that operate on arrays of data. The “language” is a generic assembly programs that operate on arrays of data. The “language” is a generic assembly
language that represents many of the features available in SIMD architectures, language that represents many of the features available in SIMD architectures,
including saturated addition and subtraction, and many arithmetic operations." including saturated addition and subtraction, and many arithmetic operations."
subpackages="orc-devel" post_install() {
vinstall COPYING 644 usr/share/licenses/orc
}