mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-17 23:34:07 +00:00
community/zimg to 2.7-1
This commit is contained in:
parent
2846f97fab
commit
97ac80001b
1 changed files with 3 additions and 5 deletions
|
@ -6,7 +6,7 @@
|
|||
# - remove --enable-x86simd from configure
|
||||
|
||||
pkgname=zimg
|
||||
pkgver=2.6.3
|
||||
pkgver=2.7
|
||||
pkgrel=1
|
||||
pkgdesc='Scaling, colorspace conversion, and dithering library'
|
||||
arch=('x86_64')
|
||||
|
@ -16,7 +16,7 @@ depends=('gcc-libs' 'glibc')
|
|||
provides=('libzimg.so')
|
||||
options=('!emptydirs')
|
||||
source=("zimg-${pkgver}.tar.gz::https://github.com/sekrit-twc/zimg/archive/release-${pkgver}.tar.gz")
|
||||
sha256sums=('a701e9ffbe3ad379e84d8720cf6220afb9c6946d761048fb77544325870cc2cb')
|
||||
sha256sums=('afc15350bd0072a24dd0ed1eaae832ce606245e3c1f8edd81a81bb6f1bfdda2d')
|
||||
|
||||
build() {
|
||||
cd zimg-release-${pkgver}
|
||||
|
@ -32,9 +32,7 @@ package(){
|
|||
cd zimg-release-${pkgver}
|
||||
|
||||
make DESTDIR="${pkgdir}" install
|
||||
|
||||
install -dm 755 "${pkgdir}"/usr/share/licenses/zimg
|
||||
install -m 644 COPYING "${pkgdir}"/usr/share/licenses/zimg/
|
||||
install -Dm 644 COPYING -t "${pkgdir}"/usr/share/licenses/zimg/
|
||||
}
|
||||
|
||||
# vim: ts=2 sw=2 et:
|
||||
|
|
Loading…
Reference in a new issue