mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-27 23:44:04 +00:00
aur/monkey to 1.2.2
This commit is contained in:
parent
c19c24a2ff
commit
3b7e0dc486
1 changed files with 3 additions and 6 deletions
|
@ -8,8 +8,8 @@
|
|||
# -changed default User from nobody to http (for compatibility)
|
||||
|
||||
pkgname=monkey
|
||||
pkgver=1.2.1
|
||||
pkgrel=2
|
||||
pkgver=1.2.2
|
||||
pkgrel=1
|
||||
pkgdesc="A very small and fast open source web server for Linux"
|
||||
arch=('arm')
|
||||
url="http://www.monkey-project.com/"
|
||||
|
@ -20,7 +20,7 @@ source=("http://www.monkey-project.com/releases/$(echo $pkgver |cut -c 1-3)/$pkg
|
|||
monkey
|
||||
monkey.service)
|
||||
install=monkey.install
|
||||
md5sums=('d6f68d28490e5fba7d8170dcc050b456'
|
||||
md5sums=('0eae7644dd5060b0e9c25874f9f1dccc'
|
||||
'1527d1fbddddcfd69ad328639dcd0eed'
|
||||
'ae1f2da03aa2a515a3bed0fb16ab7130')
|
||||
|
||||
|
@ -36,9 +36,6 @@ build() {
|
|||
package() {
|
||||
cd $srcdir/$pkgname-$pkgver
|
||||
|
||||
# msg2 "Fix typo in Makefile"
|
||||
# sed -i -e "s/src\/libmonkey.so.1.2/src\/libmonkey.so/" $srcdir/$pkgname-$pkgver/Makefile
|
||||
|
||||
make DESTDIR=$pkgdir install
|
||||
|
||||
msg2 "Changing default pid file location from /var/log to /var/run"
|
||||
|
|
Loading…
Reference in a new issue