mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +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
|
# - remove --enable-x86simd from configure
|
||||||
|
|
||||||
pkgname=zimg
|
pkgname=zimg
|
||||||
pkgver=2.6.3
|
pkgver=2.7
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc='Scaling, colorspace conversion, and dithering library'
|
pkgdesc='Scaling, colorspace conversion, and dithering library'
|
||||||
arch=('x86_64')
|
arch=('x86_64')
|
||||||
|
@ -16,7 +16,7 @@ depends=('gcc-libs' 'glibc')
|
||||||
provides=('libzimg.so')
|
provides=('libzimg.so')
|
||||||
options=('!emptydirs')
|
options=('!emptydirs')
|
||||||
source=("zimg-${pkgver}.tar.gz::https://github.com/sekrit-twc/zimg/archive/release-${pkgver}.tar.gz")
|
source=("zimg-${pkgver}.tar.gz::https://github.com/sekrit-twc/zimg/archive/release-${pkgver}.tar.gz")
|
||||||
sha256sums=('a701e9ffbe3ad379e84d8720cf6220afb9c6946d761048fb77544325870cc2cb')
|
sha256sums=('afc15350bd0072a24dd0ed1eaae832ce606245e3c1f8edd81a81bb6f1bfdda2d')
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
cd zimg-release-${pkgver}
|
cd zimg-release-${pkgver}
|
||||||
|
@ -32,9 +32,7 @@ package(){
|
||||||
cd zimg-release-${pkgver}
|
cd zimg-release-${pkgver}
|
||||||
|
|
||||||
make DESTDIR="${pkgdir}" install
|
make DESTDIR="${pkgdir}" install
|
||||||
|
install -Dm 644 COPYING -t "${pkgdir}"/usr/share/licenses/zimg/
|
||||||
install -dm 755 "${pkgdir}"/usr/share/licenses/zimg
|
|
||||||
install -m 644 COPYING "${pkgdir}"/usr/share/licenses/zimg/
|
|
||||||
}
|
}
|
||||||
|
|
||||||
# vim: ts=2 sw=2 et:
|
# vim: ts=2 sw=2 et:
|
||||||
|
|
Loading…
Reference in a new issue