Commit Graph

5 Commits

Author SHA1 Message Date
zcj
c5d8cd99f1 fix building elnode: adjust dependency 2013-11-09 20:15:43 +08:00
Rüdiger Sonderfeld
293ddfe954 elnode recipe: Updated Website
Signed-off-by: Rüdiger Sonderfeld <ruediger@c-plusplus.de>
2013-01-31 19:27:02 +01:00
Rüdiger Sonderfeld
d65af181ef elnode recipe: Fixed dependencies.
Signed-off-by: Rüdiger Sonderfeld <ruediger@c-plusplus.de>
2013-01-31 19:24:03 +01:00
Ryan C. Thompson
7d15faed65 Convert all github recipes to github type
This automated convertsion was done with the following sequence of
commands:

cd recipes
 # Replace :url with :pkgname "user/repo"
perl -iBAK -lape 's{^(\s*):url\s+".*github.com/([^/]+)/([^.]+)\.git"}{$1:pkgname "$2/$3"}' *.rcp
 # Change :type from git to github if recipe has a :pkgname property
for x in *.rcp; do if grep -q ":type.*git" $x && grep -q ":pkgname" $x; then perl -iBAK2 -lape 's/:type\s+git\b/:type github/g' $x; fi; done
 # Clean up backup files
rm -f *BAK *BAK2
cd ..

These commands may be repeated at any time in the future to convert
newly-added recipes.
2012-02-21 15:03:03 -08:00
Sébastien Gross
93b1e18873 Add recipe for elnode.
Signed-off-by: Sébastien Gross <seb•ɑƬ•chezwam•ɖɵʈ•org>
2012-01-28 02:14:37 +01:00