wok-next diff mc/receipt @ rev 15672
Up linux (3.2.53) again...
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Wed Dec 18 15:13:22 2013 +0000 (2013-12-18) |
parents | bf132a571d0a |
children | 48074f4f2f61 |
line diff
1.1 --- a/mc/receipt Sat Jun 01 09:59:57 2013 +0000 1.2 +++ b/mc/receipt Wed Dec 18 15:13:22 2013 +0000 1.3 @@ -5,12 +5,14 @@ 1.4 CATEGORY="system-tools" 1.5 SHORT_DESC="Midnight Commander - ncurses based file manager." 1.6 MAINTAINER="erjo@slitaz.org" 1.7 +LICENSE="GPL3" 1.8 +TARBALL="$PACKAGE-$VERSION.tar.xz" 1.9 +WEB_SITE="http://www.midnight-commander.org/" 1.10 +WGET_URL="http://www.midnight-commander.org/downloads/$TARBALL" 1.11 + 1.12 DEPENDS="ncursesw glib e2fsprogs" 1.13 SUGGESTED="gpm glib" 1.14 BUILD_DEPENDS="pkg-config gpm-dev glib-dev ncurses-dev" 1.15 -TARBALL="$PACKAGE-$VERSION.tar.xz" 1.16 -WEB_SITE="http://www.midnight-commander.org/" 1.17 -WGET_URL="http://www.midnight-commander.org/downloads/$TARBALL" 1.18 1.19 # Rules to configure and make the package. 1.20 compile_rules()