libraqm: fix source

This commit is contained in:
Danny Rawlins 2020-01-30 20:08:32 +11:00
parent 87ccd72fff
commit 94894f5706
3 changed files with 8 additions and 8 deletions

View File

@ -10,4 +10,3 @@ 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/

View File

@ -1,5 +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
RWSagIOpLGJF3xQlQfNxJRJdQP48QvdynW3bQsUhGD04j0r7MC5p13IcOp6a0efrm+6Nm9x3PHyhgj/vCn8VwPLiKTpGrPNN7Aw=
SHA256 (Pkgfile) = 2477acb3ae2316985593268a679a8df2bd3e15a877c55e3229429eef7c05c88e
SHA256 (.footprint) = f2effe1c338d0a1caf5fd3b9fcbcb44cc16830be70d9fc0959f09d2db4d7eff6
SHA256 (libraqm-0.7.0.tar.gz) = 21ed67b8d0d2217f3801878f2ceef9b2da24495eeff830552051cef21f95938e

View File

@ -6,14 +6,15 @@
name=libraqm
version=0.7.0
release=1
source=(https://github.com/HOST-Oman/libraqm/releases/download/v$version/raqm-$version.tar.gz)
source=(https://github.com/HOST-Oman/libraqm/archive/v$version/$name-$version.tar.gz)
build() {
cd raqm-$version
cd $name-$version
./autogen.sh
./configure --prefix=/usr
make
make DESTDIR=$PKG install
rm -r $PKG/usr/share/gtk-doc
rm -rf $PKG/usr/share/gtk-doc
}