summaryrefslogtreecommitdiff
path: root/community/echat/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/echat/PKGBUILD')
-rw-r--r--community/echat/PKGBUILD10
1 files changed, 5 insertions, 5 deletions
diff --git a/community/echat/PKGBUILD b/community/echat/PKGBUILD
index a9b0c08a0..71e1e1e84 100644
--- a/community/echat/PKGBUILD
+++ b/community/echat/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 7575 2010-01-08 02:33:57Z dgriffiths $
+# $Id: PKGBUILD 65144 2012-02-20 05:23:08Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Contributor: Sergej Pupykin <pupykin.s+arch@gmail.com>
pkgname=echat
pkgver=0.04beta1
-pkgrel=2.1
+pkgrel=3
pkgdesc="vypress compatible ncurses chat (can work without server)"
arch=('i686' 'x86_64' 'mips64el')
url="http://echat.deep.perm.ru/"
@@ -24,8 +24,8 @@ build() {
cd ${startdir}/src/$pkgname-${pkgver}
sed -ri -e 's/^CFLAGS=.*/CFLAGS='"${CFLAGS}"'/' \
-e 's/@\$\(CC\) -o \$@ /@$(CC) '"${LDFLAGS}"' -o $@ /' Makefile
- make || return 1
- install -D -m 0755 echat $startdir/pkg/usr/bin/echat && \
- install -D -m 0644 doc/echat.1 $startdir/pkg/usr/share/man/man1/echat.1 && \
+ make
+ install -D -m 0755 echat $startdir/pkg/usr/bin/echat
+ install -D -m 0644 doc/echat.1 $startdir/pkg/usr/share/man/man1/echat.1
install -D -m 0644 doc/.echatrc.sample $startdir/pkg/usr/share/echat/dot.echatrc.sample
}