Added orc-0.4.11 build template.

This commit is contained in:
Juan RP 2010-11-20 01:31:20 +01:00
parent c2db5580fc
commit 9e7c87f789
5 changed files with 41 additions and 0 deletions

1
srcpkgs/orc-devel Symbolic link
View file

@ -0,0 +1 @@
orc

2
srcpkgs/orc/depends Normal file
View file

@ -0,0 +1,2 @@
abi_depends=">=0.4.11"
api_depends="${abi_depends}"

View file

@ -0,0 +1,19 @@
# Template file for 'orc-devel'.
#
short_desc="${short_desc} - development files"
long_desc="${long_desc}
This package contains files for development, headers, static libs, etc."
Add_dependency run glibc-devel
Add_dependency run orc
do_install()
{
mkdir -p ${DESTDIR}/usr/lib
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
}

17
srcpkgs/orc/template Normal file
View file

@ -0,0 +1,17 @@
# Template build file for 'orc'.
pkgname=orc
version=0.4.11
distfiles="http://code.entropywave.com/download/orc/orc-$version.tar.gz"
build_style=gnu_configure
short_desc="The Oild Runtime Compiler"
maintainer="Juan RP <xtraeme@gmail.com>"
checksum=6ec60521a11339eda36f1e2210d08ae95010d769575e471aaf365b89bca8d031
long_desc="
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
language that represents many of the features available in SIMD architectures,
including saturated addition and subtraction, and many arithmetic operations."
subpackages="orc-devel"
Add_dependency build pkg-config
Add_dependency run glibc

View file

@ -698,3 +698,5 @@ libbluetooth-ipc.so libpulseaudio pulseaudio-devel
libbluetooth-sbc.so libpulseaudio pulseaudio-devel
libpulse-browse.so libpulseaudio pulseaudio-devel
libpulse-mainloop-glib.so libpulseaudio pulseaudio-devel
liborc-0.4.so orc orc-devel
liborc-test-0.4.so orc orc-devel