]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blobdiff - elinks/elinks.nm
kernel: Update to 3.15.6.
[people/ms/ipfire-3.x.git] / elinks / elinks.nm
index 1e846eb4fe15ee56d33153946035c21dc4d46b61..82cc8b04c69e5ecafc204dcb771fd21dce7557b6 100644 (file)
@@ -4,8 +4,10 @@
 ###############################################################################
 
 name       = elinks
-version    = 0.11.7
-release    = 1
+version    = 0.12
+ver_suffix = pre6
+release    = 1.%{ver_suffix}
+thisapp    = %{name}-%{version}%{ver_suffix}
 
 groups     = Applications/Internet
 url        = http://elinks.or.cz/
@@ -19,7 +21,8 @@ description
        It is quite portable and runs on a variety of platforms.
 end
 
-source_dl  =
+source_dl  = http://elinks.or.cz/download/
+sources    = %{thisapp}.tar.bz2
 
 build
        requires
@@ -34,9 +37,18 @@ build
        configure_options += \
                --enable-bittorrent \
                --enable-256-colors
+
+       install_cmds
+               # Remove some weird file.
+               rm -f %{BUILDROOT}/usr/share/locale/locale.alias
+       end
 end
 
 packages
        package %{name}
        end
+
+       package %{name}-debuginfo
+               template DEBUGINFO
+       end
 end