summaryrefslogtreecommitdiffstats
path: root/gnome-speech
diff options
context:
space:
mode:
Diffstat (limited to 'gnome-speech')
-rwxr-xr-xgnome-speech/Pkgfile12
1 files changed, 6 insertions, 6 deletions
diff --git a/gnome-speech/Pkgfile b/gnome-speech/Pkgfile
index 0670f18..9c54fb0 100755
--- a/gnome-speech/Pkgfile
+++ b/gnome-speech/Pkgfile
@@ -3,7 +3,7 @@
# Maintainer: NuTyX GNOME team
# Packager: thierryn1 at hispeed dot ch
# Depends on: libbonobo, jdk, speech-dispatcher
-# Run on: libbonobo,speech-dispatcher
+# Run on: libbonobo,speech-dispatcher,jdk
name=gnome-speech
version=0.4.25
@@ -13,11 +13,11 @@ source=(http://ftp.gnome.org/pub/gnome/sources/$name/${version%.*}/$name-$versio
build() {
cd $name-$version
./configure --prefix=/usr \
- --sysconfdir=/etc \
- --localstatedir=/var \
- --disable-static \
- --disable-gtk-doc \
- --with-speech-dispatcher
+ --sysconfdir=/etc \
+ --localstatedir=/var \
+ --disable-static \
+ --disable-gtk-doc \
+ --with-speech-dispatcher
make
make DESTDIR=$PKG install
}