mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-18 22:54:00 +00:00
extra/chmlib to 0.40-8
This commit is contained in:
parent
c950ae3b55
commit
66de4403fe
2 changed files with 14 additions and 1 deletions
12
extra/chmlib/.SRCINFO
Normal file
12
extra/chmlib/.SRCINFO
Normal file
|
@ -0,0 +1,12 @@
|
||||||
|
pkgbase = chmlib
|
||||||
|
pkgdesc = Library for dealing with Microsoft ITSS/CHM format files
|
||||||
|
pkgver = 0.40
|
||||||
|
pkgrel = 8
|
||||||
|
url = http://www.jedrea.com/chmlib/
|
||||||
|
arch = x86_64
|
||||||
|
license = LGPL
|
||||||
|
depends = glibc
|
||||||
|
source = http://www.jedrea.com/chmlib/chmlib-0.40.tar.bz2
|
||||||
|
sha256sums = 3449d64b0cf71578b2c7e3ddc048d4af3661f44a83941ea074a7813f3a59ffa3
|
||||||
|
|
||||||
|
pkgname = chmlib
|
|
@ -7,7 +7,7 @@
|
||||||
|
|
||||||
pkgname=chmlib
|
pkgname=chmlib
|
||||||
pkgver=0.40
|
pkgver=0.40
|
||||||
pkgrel=7
|
pkgrel=8
|
||||||
pkgdesc="Library for dealing with Microsoft ITSS/CHM format files"
|
pkgdesc="Library for dealing with Microsoft ITSS/CHM format files"
|
||||||
arch=('x86_64')
|
arch=('x86_64')
|
||||||
url="http://www.jedrea.com/chmlib/"
|
url="http://www.jedrea.com/chmlib/"
|
||||||
|
@ -19,6 +19,7 @@ sha256sums=('3449d64b0cf71578b2c7e3ddc048d4af3661f44a83941ea074a7813f3a59ffa3'
|
||||||
'fa04b34a7807f3a1321909abb86e5475778b3e0a24e109804a402470413b38a8')
|
'fa04b34a7807f3a1321909abb86e5475778b3e0a24e109804a402470413b38a8')
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
|
CFLAGS+=" -Wno-implicit-function-declaration"
|
||||||
cd "${srcdir}"/${pkgname}-${pkgver}
|
cd "${srcdir}"/${pkgname}-${pkgver}
|
||||||
|
|
||||||
patch -p1 -i ${srcdir}/arm.patch
|
patch -p1 -i ${srcdir}/arm.patch
|
||||||
|
|
Loading…
Reference in a new issue