forked from kiss-community/repo
imlib2: move to extra
This commit is contained in:
parent
e446bda18f
commit
0a531dd5f5
9
extra/imlib2/build
Executable file
9
extra/imlib2/build
Executable 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
1
extra/imlib2/checksums
Normal file
@ -0,0 +1 @@
|
||||
b25df9347648cf3dfb784c099139ab24157b1dbd1baa9428f103b683b8a78c61 imlib2-1.5.1.tar.gz
|
9
extra/imlib2/depends
Normal file
9
extra/imlib2/depends
Normal 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
1
extra/imlib2/sources
Normal file
@ -0,0 +1 @@
|
||||
https://downloads.sourceforge.net/enlightenment/imlib2-src/imlib2-1.5.1.tar.gz
|
1
extra/imlib2/version
Normal file
1
extra/imlib2/version
Normal file
@ -0,0 +1 @@
|
||||
1.5.1 1
|
Loading…
Reference in New Issue
Block a user