imlib2: update to 1.4.8.
This commit is contained in:
parent
d8e56fe771
commit
becc172f6d
|
@ -1,6 +1,6 @@
|
|||
# Template build file for 'imlib2'.
|
||||
pkgname=imlib2
|
||||
version=1.4.7
|
||||
version=1.4.8
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
configure_args="--disable-static --sysconfdir=/etc/imlib2 --enable-visibility-hiding"
|
||||
|
@ -12,12 +12,16 @@ maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
|||
distfiles="${SOURCEFORGE_SITE}/enlightenment/imlib2-$version.tar.gz"
|
||||
homepage="http://sourceforge.net/projects/enlightenment/"
|
||||
license="BSD"
|
||||
checksum=48e98337a560d8904f685447f41c43914fec1f8cd3745a9fd86cba9fd24a6563
|
||||
checksum=b5b97be5446d9c5635c288bfe970896148d8bc027ab01f854112cae03b65a3a5
|
||||
|
||||
pre_configure() {
|
||||
autoreconf -fi
|
||||
}
|
||||
|
||||
post_install() {
|
||||
vlicense COPYING
|
||||
}
|
||||
|
||||
imlib2-tools_package() {
|
||||
short_desc+=" - utilities"
|
||||
pkg_install() {
|
||||
|
|
Loading…
Reference in New Issue