diff options
author | Lukc <lukc@upyum.com> | 2010-12-21 10:29:58 +0100 |
---|---|---|
committer | Lukc <lukc@upyum.com> | 2010-12-21 10:29:58 +0100 |
commit | 9294af3c809a86da52929e957409aace8dfe791d (patch) | |
tree | 9d6677c91e6140d443850cf05d254f23dac695de /mlocate/Pkgfile | |
parent | 3ed260945ed4fcf84f3d96273499cda7a47edb83 (diff) | |
download | base-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 ?)
Diffstat (limited to 'mlocate/Pkgfile')
-rw-r--r-- | mlocate/Pkgfile | 4 |
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 \ |