summaryrefslogtreecommitdiff
path: root/imlib2
diff options
context:
space:
mode:
authorTim Biermann <tbier@posteo.de>2021-01-30 15:43:13 +0000
committerTim Biermann <tbier@posteo.de>2021-01-30 15:47:47 +0000
commit95f64d1da28bdbb5007d55d98fc5d288b23dbf5e (patch)
tree545ede4bd4af7087a9d757ae00a8ff416255eed0 /imlib2
parent2e04a4bc6e497af30b4c95dd7b705ebae075ca4b (diff)
downloadopt-95f64d1da28bdbb5007d55d98fc5d288b23dbf5e.tar.gz
opt-95f64d1da28bdbb5007d55d98fc5d288b23dbf5e.tar.xz
imlib2: adopted port
Diffstat (limited to 'imlib2')
-rw-r--r--imlib2/.signature4
-rw-r--r--imlib2/Pkgfile18
2 files changed, 11 insertions, 11 deletions
diff --git a/imlib2/.signature b/imlib2/.signature
index da5a57e15..053ed2632 100644
--- a/imlib2/.signature
+++ b/imlib2/.signature
@@ -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
diff --git a/imlib2/Pkgfile b/imlib2/Pkgfile
index 3f19c5d3a..80cbb54c2 100644
--- a/imlib2/Pkgfile
+++ b/imlib2/Pkgfile
@@ -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
}

Generated by cgit