diff options
author | Cem Keylan <cem@ckyln.com> | 2020-04-23 22:12:19 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2020-04-23 22:12:19 +0300 |
commit | 0f973a7ab204e60d335a8a7b1481712786fbaf92 (patch) | |
tree | 1ed938f0c4acf32a75351b788d714c1ab632d89a /cem/giblib | |
parent | 719fc5dcebe9128dc610b773096d400e1922cfe8 (diff) | |
download | repository-0f973a7ab204e60d335a8a7b1481712786fbaf92.tar.gz |
giblib: add new package at 1.2.4 to cem
Diffstat (limited to 'cem/giblib')
-rwxr-xr-x | cem/giblib/build | 6 | ||||
-rw-r--r-- | cem/giblib/checksums | 1 | ||||
-rw-r--r-- | cem/giblib/depends | 2 | ||||
-rw-r--r-- | cem/giblib/sources | 1 | ||||
-rw-r--r-- | cem/giblib/version | 1 |
5 files changed, 11 insertions, 0 deletions
diff --git a/cem/giblib/build b/cem/giblib/build new file mode 100755 index 0000000..5895332 --- /dev/null +++ b/cem/giblib/build @@ -0,0 +1,6 @@ +#!/bin/sh -e + +./configure --prefix=/usr + +make +make DESTDIR="$1" install diff --git a/cem/giblib/checksums b/cem/giblib/checksums new file mode 100644 index 0000000..e48d0da --- /dev/null +++ b/cem/giblib/checksums @@ -0,0 +1 @@ +e437756ce3ded019946fb3d979991cda7604bc345dbb1338b17655caff65a3d3 giblib_1.2.4.orig.tar.gz diff --git a/cem/giblib/depends b/cem/giblib/depends new file mode 100644 index 0000000..63013e7 --- /dev/null +++ b/cem/giblib/depends @@ -0,0 +1,2 @@ +imlib2 +libXext diff --git a/cem/giblib/sources b/cem/giblib/sources new file mode 100644 index 0000000..784ce70 --- /dev/null +++ b/cem/giblib/sources @@ -0,0 +1 @@ +http://deb.debian.org/debian/pool/main/g/giblib/giblib_1.2.4.orig.tar.gz diff --git a/cem/giblib/version b/cem/giblib/version new file mode 100644 index 0000000..d66671c --- /dev/null +++ b/cem/giblib/version @@ -0,0 +1 @@ +1.2.4 1 |