imlib2: move to extra

This commit is contained in:
Muhammad Herdiansyah 2019-07-18 15:09:26 +07:00
parent e446bda18f
commit 0a531dd5f5
5 changed files with 21 additions and 0 deletions

9
extra/imlib2/build Executable file
View File

@ -0,0 +1,9 @@
#!/bin/sh -e
./configure \
--prefix=/usr \
--sysconfdir=/etc/imlib2 \
--enable-visibility-hiding
make
make DESTDIR="$1" install

1
extra/imlib2/checksums Normal file
View File

@ -0,0 +1 @@
b25df9347648cf3dfb784c099139ab24157b1dbd1baa9428f103b683b8a78c61 imlib2-1.5.1.tar.gz

9
extra/imlib2/depends Normal file
View File

@ -0,0 +1,9 @@
freetype
libXext
# By default, gif and tiff are commented. You can enable support for
# both formats by uncommenting giflib and tiff.
# giflib
libjpeg-turbo
libpng
# tiff

1
extra/imlib2/sources Normal file
View File

@ -0,0 +1 @@
https://downloads.sourceforge.net/enlightenment/imlib2-src/imlib2-1.5.1.tar.gz

1
extra/imlib2/version Normal file
View File

@ -0,0 +1 @@
1.5.1 1