1
0
Fork 0

Add armv5te

This commit is contained in:
Aaron Lindsay 2014-01-11 22:24:03 -05:00
parent 09ceab8cd7
commit cc9ba2e00a
1 changed files with 3 additions and 2 deletions

View File

@ -7,13 +7,14 @@ pkgname=libevhtp
pkgver=1.2.6
#The release number for the arch package, as fixes are added to the PKGBUILD, the release number will increase
pkgrel=2
pkgrel=3
# The description of the package, should be about 80 characters long (one line)
pkgdesc="A more flexible replacement for libevent's httpd API."
# The type of processor this software can build and work on. See PKGBUILD#arch
arch=('i686' 'x86_64' 'armv6h' 'armv7h')
# Note: armv5te reportedly only works when adding -Wno-traditional to CFLAGS and CXXFLAGS in /etc/makepkg.conf
arch=('i686' 'x86_64' 'armv5te' 'armv6h' 'armv7h')
# The official website for the software your PKGBUILD will install
url="https://github.com/ellzey/libevhtp"