mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-17 23:34:07 +00:00
community/zimg to 2.7.5-1
This commit is contained in:
parent
a90f1160ef
commit
abb833cf14
1 changed files with 7 additions and 9 deletions
|
@ -6,20 +6,20 @@
|
|||
# - remove --enable-x86simd from configure
|
||||
|
||||
pkgname=zimg
|
||||
pkgver=2.7.4
|
||||
pkgver=2.7.5
|
||||
pkgrel=1
|
||||
pkgdesc='Scaling, colorspace conversion, and dithering library'
|
||||
arch=('x86_64')
|
||||
url='https://github.com/sekrit-twc/zimg'
|
||||
license=('custom:WTFPL')
|
||||
depends=('gcc-libs' 'glibc')
|
||||
makedepends=('git')
|
||||
provides=('libzimg.so')
|
||||
options=('!emptydirs')
|
||||
source=("zimg-${pkgver}.tar.gz::https://github.com/sekrit-twc/zimg/archive/release-${pkgver}.tar.gz")
|
||||
sha256sums=('5182544ba42001613ffa8fd54dac2e8738639339f4bf070a53a4ebf17fdb2a97')
|
||||
source=("git+https://github.com/sekrit-twc/zimg.git#tag=release-${pkgver}")
|
||||
sha256sums=('SKIP')
|
||||
|
||||
build() {
|
||||
cd zimg-release-${pkgver}
|
||||
cd zimg
|
||||
|
||||
./autogen.sh
|
||||
./configure \
|
||||
|
@ -29,10 +29,8 @@ build() {
|
|||
}
|
||||
|
||||
package(){
|
||||
cd zimg-release-${pkgver}
|
||||
|
||||
make DESTDIR="${pkgdir}" install
|
||||
install -Dm 644 COPYING -t "${pkgdir}"/usr/share/licenses/zimg/
|
||||
make DESTDIR="${pkgdir}" -C zimg install
|
||||
install -Dm 644 zimg/COPYING -t "${pkgdir}"/usr/share/licenses/zimg/
|
||||
}
|
||||
|
||||
# vim: ts=2 sw=2 et:
|
||||
|
|
Loading…
Reference in a new issue