libraqm: initial import
This commit is contained in:
parent
4a4117a304
commit
52d2645e13
13
libraqm/.footprint
Normal file
13
libraqm/.footprint
Normal file
@ -0,0 +1,13 @@
|
||||
drwxr-xr-x root/root usr/
|
||||
drwxr-xr-x root/root usr/include/
|
||||
-rw-r--r-- root/root usr/include/raqm-version.h
|
||||
-rw-r--r-- root/root usr/include/raqm.h
|
||||
drwxr-xr-x root/root usr/lib/
|
||||
-rw-r--r-- root/root usr/lib/libraqm.a
|
||||
-rwxr-xr-x root/root usr/lib/libraqm.la
|
||||
lrwxrwxrwx root/root usr/lib/libraqm.so -> libraqm.so.0.700.0
|
||||
lrwxrwxrwx root/root usr/lib/libraqm.so.0 -> libraqm.so.0.700.0
|
||||
-rwxr-xr-x root/root usr/lib/libraqm.so.0.700.0
|
||||
drwxr-xr-x root/root usr/lib/pkgconfig/
|
||||
-rw-r--r-- root/root usr/lib/pkgconfig/raqm.pc
|
||||
drwxr-xr-x root/root usr/share/
|
5
libraqm/.signature
Normal file
5
libraqm/.signature
Normal file
@ -0,0 +1,5 @@
|
||||
untrusted comment: verify with /etc/ports/contrib.pub
|
||||
RWSagIOpLGJF3zetW7vsVx+epNwi/8bd1IeM5sXBpPv8IGc08CWeemN7UExBvJ0L0eUy848nq0Y6UejOKIsDPg2UQyIOdcFyBgI=
|
||||
SHA256 (Pkgfile) = c2c271fdfca0f6db72193e647198947c93344eb267d8c0096632f1d43952964a
|
||||
SHA256 (.footprint) = 60d44f86e797c049f0b262180055966f5a49b6548cad994932b986ac98f640a6
|
||||
SHA256 (raqm-0.7.0.tar.gz) = e28575ecdd4e8a1d277d9be8268bb663ce1e476aaf55eb0456787821ddf0f941
|
19
libraqm/Pkgfile
Normal file
19
libraqm/Pkgfile
Normal file
@ -0,0 +1,19 @@
|
||||
# Description: A library that encapsulates the logic for complex text layout
|
||||
# URL: https://github.com/HOST-Oman/libraqm/
|
||||
# Maintainer: Danny Rawlins, crux at romster dot me
|
||||
# Depends on: fribidi harfbuzz
|
||||
|
||||
name=libraqm
|
||||
version=0.7.0
|
||||
release=1
|
||||
source=(https://github.com/HOST-Oman/libraqm/releases/download/v$version/raqm-$version.tar.gz)
|
||||
|
||||
build() {
|
||||
cd raqm-$version
|
||||
|
||||
./configure --prefix=/usr
|
||||
make
|
||||
make DESTDIR=$PKG install
|
||||
|
||||
rm -r $PKG/usr/share/gtk-doc
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user