]> gitweb.fluxo.info Git - slackbuilds.git/commitdiff
moin: removed configure section
authorrhatto <rhatto@370017ae-e619-0410-ac65-c121f96126d4>
Fri, 21 Mar 2008 15:15:15 +0000 (15:15 +0000)
committerrhatto <rhatto@370017ae-e619-0410-ac65-c121f96126d4>
Fri, 21 Mar 2008 15:15:15 +0000 (15:15 +0000)
git-svn-id: svn+slack://slack.fluxo.info/var/svn/slackbuilds@1662 370017ae-e619-0410-ac65-c121f96126d4

www/apps/moin/moin.SlackBuild

index 0c16acd99635a6468d9104f9c961abe6ebc90453..5d9398b0afc4262b44f2c67fbead781bc46797a2 100755 (executable)
@@ -89,12 +89,6 @@ tar --no-same-owner --no-same-permissions -xvf "$SRC_DIR/$SRC" || exit $ERROR_TA
 PKG_SRC="$PWD/`ls -l | awk '/^d/ { print $8 }'`"
 cd "$PKG_SRC"
 
-# Configure
-CFLAGS="$SLKCFLAGS" \
-  CXXFLAGS="$SLKCFLAGS" \
-  ./configure \
-  --prefix="$PREFIX" --libdir="$LIBDIR" $CONF_OPTIONS || exit $ERROR_CONF
-
 # Build and install package
 python setup.py build install --root=$PKG