mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-18 22:54:00 +00:00
extra/chmlib to 0.40-3
This commit is contained in:
parent
ecca94a244
commit
c40ec46fd1
1 changed files with 2 additions and 1 deletions
|
@ -10,7 +10,7 @@ plugrel=1
|
|||
|
||||
pkgname=chmlib
|
||||
pkgver=0.40
|
||||
pkgrel=2
|
||||
pkgrel=3
|
||||
pkgdesc="Library for dealing with Microsoft ITSS/CHM format files"
|
||||
arch=('i686' 'x86_64')
|
||||
url="http://morte.jedrea.com/~jedwin/projects/chmlib/"
|
||||
|
@ -23,6 +23,7 @@ md5sums=('7ea49ed8c335215c1edc6fae83e6b912'
|
|||
'aae01483e3fc2d37ee1984cb936e58f3')
|
||||
build() {
|
||||
cd "${srcdir}"/${pkgname}-${pkgver}
|
||||
|
||||
patch -p1 -i ${srcdir}/arm.patch
|
||||
./configure --prefix=/usr \
|
||||
--enable-examples=yes
|
||||
|
|
Loading…
Reference in a new issue