main/mcabber: update layout

This commit is contained in:
Fabian Affolter 2013-10-29 14:20:54 +00:00 committed by Natanael Copa
parent 7342223f53
commit c75fbc4a38

View File

@ -10,20 +10,13 @@ license="GPL2+"
depends="beep"
depends_dev=""
options="libtool"
makedepends=" loudmouth-dev
glib-dev
ncurses-dev
gpgme-dev
aspell-dev
libotr3-dev
libidn-dev
enchant-dev
"
makedepends="loudmouth-dev glib-dev ncurses-dev gpgme-dev aspell-dev
libotr3-dev libidn-dev enchant-dev"
install=""
subpackages="$pkgname-dev $pkgname-doc $pkgname-example"
source="http://mcabber.com/files/$pkgname-$pkgver.tar.bz2"
_builddir="$srcdir"/$pkgname-$pkgver
_builddir="$srcdir"/$pkgname-$pkgver
build() {
cd "$_builddir"
./configure \
@ -32,7 +25,7 @@ build() {
--disable-static \
--enable-hgcset \
--enable-enchant \
--enable-aspell \
--enable-aspell \
--enable-otr \
--prefix=/usr \
--mandir=/usr/share/man \