summaryrefslogtreecommitdiffstats
path: root/extra
diff options
context:
space:
mode:
Diffstat (limited to 'extra')
-rw-r--r--extra/capseo/Pkgfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/extra/capseo/Pkgfile b/extra/capseo/Pkgfile
index 5cfb4968f..b815cf592 100644
--- a/extra/capseo/Pkgfile
+++ b/extra/capseo/Pkgfile
@@ -2,7 +2,7 @@
# URL: http://gitorious.org/projects/capseo/
# Maintainer: NuTyX core team
# Packager: thierryn1 at hispeed dot ch
-# Depends on: mesa3d, libogg, libgl
+# Depends on: libtool, mesa3d, libogg, libgl
name=capseo
version=0.3
@@ -13,7 +13,7 @@ build() {
./autogen.sh
./configure --prefix=/usr
-make -j3
+make -j5
make DESTDIR=$PKG install
}