harfbuzz-32: initial import, version 0.9.9
This commit is contained in:
parent
bb4e812f94
commit
40c03eacb5
0
harfbuzz-32/.32bit
Normal file
0
harfbuzz-32/.32bit
Normal file
8
harfbuzz-32/.footprint
Normal file
8
harfbuzz-32/.footprint
Normal file
@ -0,0 +1,8 @@
|
||||
drwxr-xr-x root/root usr/
|
||||
drwxr-xr-x root/root usr/lib32/
|
||||
-rwxr-xr-x root/root usr/lib32/libharfbuzz.la
|
||||
lrwxrwxrwx root/root usr/lib32/libharfbuzz.so -> libharfbuzz.so.0.909.0
|
||||
lrwxrwxrwx root/root usr/lib32/libharfbuzz.so.0 -> libharfbuzz.so.0.909.0
|
||||
-rwxr-xr-x root/root usr/lib32/libharfbuzz.so.0.909.0
|
||||
drwxr-xr-x root/root usr/lib32/pkgconfig/
|
||||
-rw-r--r-- root/root usr/lib32/pkgconfig/harfbuzz.pc
|
1
harfbuzz-32/.md5sum
Normal file
1
harfbuzz-32/.md5sum
Normal file
@ -0,0 +1 @@
|
||||
e901ffe556d706b7d43b272f83be7f09 harfbuzz-0.9.9.tar.bz2
|
19
harfbuzz-32/Pkgfile
Normal file
19
harfbuzz-32/Pkgfile
Normal file
@ -0,0 +1,19 @@
|
||||
# Description: An OpenType text shaping engine
|
||||
# URL: http://www.freedesktop.org/wiki/Software/HarfBuzz
|
||||
# Maintainer: Fredrik Rinnestam, fredrik at crux dot nu
|
||||
# Depends on: cairo-32 harfbuzz
|
||||
|
||||
name=harfbuzz-32
|
||||
version=0.9.9
|
||||
release=1
|
||||
source=(http://www.freedesktop.org/software/harfbuzz/release/harfbuzz-$version.tar.bz2)
|
||||
|
||||
build() {
|
||||
cd harfbuzz-$version
|
||||
./configure --prefix=/usr \
|
||||
--libdir=/usr/lib32
|
||||
|
||||
make
|
||||
make DESTDIR=$PKG install
|
||||
rm -rf $PKG/usr/{bin,include}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user