2008-08-25 17:41:56 +02:00
|
|
|
# Description: A fast image manipulation library
|
2021-01-30 15:43:13 +00:00
|
|
|
# URL: https://sourceforge.net/projects/enlightenment/
|
2021-08-06 12:39:15 +02:00
|
|
|
# Maintainer: Juergen Daubert, jue at crux dot nu
|
2021-01-30 15:43:13 +00:00
|
|
|
# Depends on: freetype libtiff xorg-libsm xorg-libxext
|
2022-03-16 15:02:32 +01:00
|
|
|
# Optional: libid3tag giflib librsvg
|
2008-08-25 17:41:56 +02:00
|
|
|
|
|
|
|
name=imlib2
|
2022-07-16 15:38:47 +02:00
|
|
|
version=1.9.1
|
2014-08-19 12:33:01 +02:00
|
|
|
release=1
|
2021-12-14 11:26:57 +01:00
|
|
|
source=(https://download.sourceforge.net/enlightenment/$name-$version.tar.xz)
|
2008-08-25 17:41:56 +02:00
|
|
|
|
|
|
|
build() {
|
2021-08-06 12:39:15 +02:00
|
|
|
cd $name-$version
|
|
|
|
./configure --prefix=/usr
|
|
|
|
make
|
|
|
|
make DESTDIR=$PKG install
|
2008-08-25 17:41:56 +02:00
|
|
|
}
|