diff options
author | prspkt <prspkt@protonmail.com> | 2018-03-31 23:58:33 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2018-04-02 10:24:51 +0000 |
commit | e5c608366778f367c59fcbb9cfa26af0fd991bc9 (patch) | |
tree | 0692f7a53f4fd45fbef6be7cd6570f92bed7828b /main | |
parent | 332be619a78433b9c764c24921ce1c65be925706 (diff) | |
download | aports-e5c608366778f367c59fcbb9cfa26af0fd991bc9.tar.bz2 aports-e5c608366778f367c59fcbb9cfa26af0fd991bc9.tar.xz |
main/tiff: clarify license
Diffstat (limited to 'main')
-rw-r--r-- | main/tiff/APKBUILD | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/main/tiff/APKBUILD b/main/tiff/APKBUILD index d2a2e50d30..51d3331b63 100644 --- a/main/tiff/APKBUILD +++ b/main/tiff/APKBUILD @@ -3,11 +3,11 @@ # Maintainer: Michael Mason <ms13sp@gmail.com> pkgname=tiff pkgver=4.0.9 -pkgrel=2 +pkgrel=3 pkgdesc="Provides support for the Tag Image File Format or TIFF" -url="http://www.libtiff.org/" +url="http://www.libtiff.org" arch="all" -license="GPL" +license="libtiff" depends= depends_dev="zlib-dev libjpeg-turbo-dev" makedepends="libtool autoconf automake $depends_dev" @@ -41,9 +41,8 @@ source="http://download.osgeo.org/libtiff/$pkgname-$pkgver.tar.gz # - CVE-2017-5225 prepare() { - cd "$builddir" - update_config_sub default_prepare + update_config_sub } build() { |