summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLukc <lukc@upyum.com>2010-12-21 10:29:58 +0100
committerLukc <lukc@upyum.com>2010-12-21 10:29:58 +0100
commit9294af3c809a86da52929e957409aace8dfe791d (patch)
tree9d6677c91e6140d443850cf05d254f23dac695de
parent3ed260945ed4fcf84f3d96273499cda7a47edb83 (diff)
downloadbase-9294af3c809a86da52929e957409aace8dfe791d.tar.gz
base-9294af3c809a86da52929e957409aace8dfe791d.tar.bz2
base-9294af3c809a86da52929e957409aace8dfe791d.tar.xz
base-9294af3c809a86da52929e957409aace8dfe791d.zip
Recette mise à jour, rien n’a pu être testé. (erreur de source ?)
-rw-r--r--mlocate/Pkgfile4
1 files changed, 3 insertions, 1 deletions
diff --git a/mlocate/Pkgfile b/mlocate/Pkgfile
index 3484031..8b3cc35 100644
--- a/mlocate/Pkgfile
+++ b/mlocate/Pkgfile
@@ -7,11 +7,13 @@ depends=()
name=mlocate
version=0.23.1
release=1
-source=(https://fedorahosted.org/releases/m/l/mlocate/mlocate-0.23.1.tar.xz mlocate updatedb.conf)
+source=(https://fedorahosted.org/releases/m/l/$name/$name-$version.tar.xz mlocate updatedb.conf)
build ()
{
cd $name-$version;
./configure \
+ ${CHOST:+--build=${CHOST}} \
+ ${CTARGET:+--host=${CTARGET}} \
--prefix=$prefix \
--mandir=$mandir \
--sysconfdir=$sysconfdir \