Various packages: Use '$(SORT)' instead of 'sort'.

This commit is contained in:
Uwe Hermann 2014-08-27 21:16:21 +02:00
parent 3209c45566
commit 6196a81275
4 changed files with 4 additions and 4 deletions

View File

@ -13,7 +13,7 @@ $(PKG)_DEPS := gcc gtk2 freeglut
define $(PKG)_UPDATE
$(WGET) -q -O- 'mirrors.ircam.fr/pub/GNOME/sources/gtkglarea/2.0' | \
$(SED) -n 's,.*gtkglarea-\(2[^>]*\)\.tar.*,\1,ip' | \
sort | \
$(SORT) | \
tail -1
endef

View File

@ -14,7 +14,7 @@ define $(PKG)_UPDATE
$(WGET) -q -O- 'http://sourceforge.net/projects/mingw/files/Other/UserContributed/regex/' | \
grep 'mingw-regex-' | \
$(SED) -n 's,.*mingw-regex-\([0-9\.]*\).*,\1,p' | \
sort | \
$(SORT) | \
uniq | \
tail -1
endef

View File

@ -13,7 +13,7 @@ $(PKG)_DEPS := gcc ocaml-core
define $(PKG)_UPDATE
$(WGET) -q -O- 'http://download.camlcity.org/download' | \
$(SED) -n 's,.*findlib-\([0-9][^>]*\)\.tar.*,\1,ip' | \
sort | \
$(SORT) | \
tail -1
endef

View File

@ -13,7 +13,7 @@ $(PKG)_DEPS := gcc ocaml-findlib libglade gtkglarea ocaml-lablgl gtk2 gtksou
define $(PKG)_UPDATE
$(WGET) -q -O- 'http://forge.ocamlcore.org/frs/?group_id=220' | \
$(SED) -n 's,.*lablgtk-\(2[^>]*\)\.tar.*,\1,ip' | \
sort | \
$(SORT) | \
tail -1
endef