2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-07-02 14:02:27 +00:00

repo: Added gperf

This commit is contained in:
Dylan Araps 2019-06-28 16:55:55 +03:00
parent 5f4370a651
commit 20ea9f57dc
7 changed files with 13 additions and 1 deletions

7
extra/gperf/build Executable file
View File

@ -0,0 +1,7 @@
#!/bin/sh -e
./configure \
--prefix=/usr
make
make DESTDIR="$1" install

1
extra/gperf/checksums Normal file
View File

@ -0,0 +1 @@
588546b945bba4b70b6a3a616e80b4ab466e3f33024a352fc2198112cdbb3ae2 gperf-3.1.tar.gz

1
extra/gperf/licenses Normal file
View File

@ -0,0 +1 @@
GPL-3.0-or-later

1
extra/gperf/sources Normal file
View File

@ -0,0 +1 @@
ftp://ftp.gnu.org/gnu/gperf/gperf-3.1.tar.gz

1
extra/gperf/version Normal file
View File

@ -0,0 +1 @@
3.1 1

View File

@ -1 +1 @@
84abb7fa2541af24d9c3b34bf75d6ac60cc94ac4410061bbb295b66a29221550 pixman-0.38.4.tar.bz2
0130cff91dabe4909b0ea246accf8fa69af8de2771772f1c9ec11a5834e1e501 fontconfig-2.13.91.tar.xz

View File

@ -1,2 +1,3 @@
expat
freetype
gperf make