]> git.ipfire.org Git - people/pmueller/ipfire-3.x.git/blobdiff - linux-atm/linux-atm.nm
dracut: update to 048
[people/pmueller/ipfire-3.x.git] / linux-atm / linux-atm.nm
index 9970c2953ee42dfd922c9a8311bc34dea5052f44..4b3ac47ba0501a87ac3fbd3580f9f016ebd415a4 100644 (file)
@@ -4,8 +4,8 @@
 ###############################################################################
 
 name       = linux-atm
-version    = 2.4.1
-release    = 1
+version    = 2.5.1
+release    = 2
 
 groups     = System/Daemons
 url        = http://linux-atm.sourceforge.net/
@@ -17,35 +17,39 @@ description
        using theLinux ATM API.
 end
 
-source_dl  =
+sources    = %{thisapp}.tgz
+source_dl  = http://downloads.sf.net/%{name}/
 
 build
        requires
+               bison
                flex
                flex-devel
                kernel-headers
                perl
        end
 
-       configure_options += \
-               --sysconfdir=/etc \
-               --mandir=/usr/share/man
-
        prepare_cmds
                sed -e "s/-lfl/&_pic/g" -i src/*{,/*}/Makefile.in
        end
 
-       # Fails
-       #def test
-       #       make check
-       #end
+       PARALLELISMFLAGS =
 end
 
 packages
        package %{name}
+
+       package %{name}-libs
+               template LIBS
        end
-       
+
        package %{name}-devel
                template DEVEL
+
+               requires += %{name}-libs = %{thisver}
+       end
+
+       package %{name}-debuginfo
+               template DEBUGINFO
        end
 end