Added fribidi-0.19.2 build template.
--HG-- extra : convert_revision : 9ee6d24e0b54104448fbfae0678a8c2c15480c7b
This commit is contained in:
parent
d210d35d0f
commit
dd01fbf43c
4 changed files with 39 additions and 0 deletions
1
srcpkgs/fribidi-devel
Symbolic link
1
srcpkgs/fribidi-devel
Symbolic link
|
@ -0,0 +1 @@
|
|||
fribidi
|
2
srcpkgs/fribidi/depends
Normal file
2
srcpkgs/fribidi/depends
Normal file
|
@ -0,0 +1,2 @@
|
|||
abi_depends=">=0.19.2"
|
||||
api_depends="${abi_depends}"
|
19
srcpkgs/fribidi/fribidi-devel.template
Normal file
19
srcpkgs/fribidi/fribidi-devel.template
Normal file
|
@ -0,0 +1,19 @@
|
|||
# Template file for 'fribidi-devel'.
|
||||
#
|
||||
short_desc="${sourcepkg} development files"
|
||||
long_desc="${long_desc}
|
||||
|
||||
This package contains files for development, headers, static libs, etc."
|
||||
|
||||
Add_dependency run glibc-devel
|
||||
Add_dependency run fribidi
|
||||
|
||||
do_install()
|
||||
{
|
||||
mkdir -p ${DESTDIR}/usr/lib
|
||||
mv ${SRCPKGDESTDIR}/usr/include ${DESTDIR}/usr
|
||||
mv ${SRCPKGDESTDIR}/usr/lib/pkgconfig ${DESTDIR}/usr/lib
|
||||
mv ${SRCPKGDESTDIR}/usr/lib/*.*a ${DESTDIR}/usr/lib
|
||||
mv ${SRCPKGDESTDIR}/usr/lib/*.so ${DESTDIR}/usr/lib
|
||||
mv ${SRCPKGDESTDIR}/usr/share ${DESTDIR}/usr
|
||||
}
|
17
srcpkgs/fribidi/template
Normal file
17
srcpkgs/fribidi/template
Normal file
|
@ -0,0 +1,17 @@
|
|||
# Template file for 'fribidi'
|
||||
pkgname=fribidi
|
||||
version=0.19.2
|
||||
distfiles="http://fribidi.org/download/$pkgname-$version.tar.gz"
|
||||
build_style=gnu_configure
|
||||
short_desc="Free Implementation of the Unicode Bidirectional Algorithm"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
checksum=49cf91586e48b52fe25872ff66c1da0dff0daac2593f9f300e2af12f44f64177
|
||||
long_desc="
|
||||
The library implements all of the algorithm as described in the Unicode
|
||||
Standard Annex \#9, The Bidirectional Algorithm,
|
||||
http://www.unicode.org/unicode/reports/tr9/. FriBidi is exhautively tested
|
||||
against Bidi Reference Code, and due to our best knowledge, does not contain
|
||||
any conformance bugs."
|
||||
|
||||
subpackages="$pkgname-devel"
|
||||
Add_dependency run glibc
|
Loading…
Reference in a new issue