diff options
Diffstat (limited to 'cem')
-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 |