imlib2: adopted port

This commit is contained in:
Tim Biermann 2021-01-30 15:43:13 +00:00
parent 2e04a4bc6e
commit 95f64d1da2
2 changed files with 11 additions and 11 deletions

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/opt.pub
RWSE3ohX2g5d/RTp5Rknhc3wvoLlnlBmUwAbjHTGgywSbVabSh4vTweHp8AXtUoHt4AorX+ItXjiLFdwNwrEwBA4P5v83QBXmgQ=
SHA256 (Pkgfile) = c25c1df1c4d1f3dd3e4a56ffabc1c1f681aaf896065e07806b975429f5502141
RWSE3ohX2g5d/a82EvBqtMUI2lYWlKG3VRItjqzpwdiKSfB6J+7HmwUsikTB27nTjE9TXjmY7zomxrL8sGatRHW157RoB5dFSgI=
SHA256 (Pkgfile) = 649083888b4ac14fe55202b715d97b05e6ba9b6cb7436efef380fa34718f4787
SHA256 (.footprint) = 1f0d656e13cd205119cb516b82d0298dc56a46b94ff7bc07eec1d19cc27c3ea3
SHA256 (imlib2-1.7.1.tar.bz2) = 033a6a639dcbc8e03f65ff05e57068e7346d50ee2f2fff304bb9095a1b2bc407

View File

@ -1,19 +1,19 @@
# Description: A fast image manipulation library
# URL: http://freshmeat.net/projects/imlib2/
# Maintainer: Fredrik Rinnestam, fredrik at crux dot guru
# Depends on: freetype libtiff xorg-libsm xorg-libxext
# Optional: libid3tag giflib
# URL: https://sourceforge.net/projects/enlightenment/
# Maintainer: Tim Biermann, tbier at posteo dot de
# Depends on: freetype libtiff xorg-libsm xorg-libxext
# Optional: libid3tag giflib
name=imlib2
version=1.7.1
release=1
source=(http://download.sourceforge.net/enlightenment/$name-$version.tar.bz2)
source=(https://download.sourceforge.net/enlightenment/$name-$version.tar.bz2)
build() {
cd $name-$version
cd $name-$version
./configure --prefix=/usr
./configure --prefix=/usr
make
make DESTDIR=$PKG install
make
make DESTDIR=$PKG install
}