main/exo: split -lang

This commit is contained in:
Natanael Copa 2011-10-31 13:07:21 +00:00
parent 47ceb8e615
commit 835c8a848e

View File

@ -1,12 +1,12 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=exo
pkgver=0.6.2
pkgrel=0
pkgrel=1
pkgdesc="Extensions to Xfce by os-cillation"
url="http://www.os-cillation.com/article.php?sid=40"
arch="all"
license="GPL-2 LGPL-2"
subpackages="$pkgname-dev $pkgname-doc"
subpackages="$pkgname-dev $pkgname-doc $pkgname-lang"
depends="hicolor-icon-theme"
makedepends="libxfce4util-dev perl perl-uri gtk+-dev libnotify-dev"
install=
@ -21,7 +21,6 @@ build() {
--localstatedir=/var \
--disable-static \
--disable-python \
--enable-notifications \
|| return 1
make || return 1
}