]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blobdiff - readline/readline.nm
perl-XML-SAX-Base: New package.
[people/ms/ipfire-3.x.git] / readline / readline.nm
index 33d4a25b820f3f515a548015864bc206eb11bb06..4b8c226bd36b1976a69746c489f4fd8229fc78bc 100644 (file)
@@ -5,7 +5,7 @@
 
 name       = readline
 version    = 6.2
-release    = 3
+release    = 6
 
 groups     = System/Libraries
 url        = ftp://ftp.gnu.org/gnu/readline/
@@ -29,9 +29,6 @@ build
                ncurses-devel
        end
 
-       configure_options += \
-               --libdir=/lib \
-
        make_build_targets += \
                SHLIB_LIBS=-lncurses
 
@@ -39,23 +36,19 @@ build
                # Remove a bunch of *.c files
                rm -rfv %{BUILDROOT}/usr/share/readline
 
-               mkdir -pv %{BUILDROOT}/usr/lib
-               rm -fv %{BUILDROOT}/lib/lib{readline,history}.so
-               ln -sfv ../../lib/libreadline.so.6 %{BUILDROOT}/usr/lib/libreadline.so
-               ln -sfv ../../lib/libhistory.so.6 %{BUILDROOT}/usr/lib/libhistory.so
-
                mkdir -pv %{BUILDROOT}/etc/profile.d
                cp -vf %{DIR_SOURCE}/readline.sh %{BUILDROOT}/etc/profile.d/
-
-               cp -vf %{DIR_SOURCE}/inputrc %{BUILDROOT}/etc/
        end
 end
 
 packages
        package %{name}
-       end
-       
+
        package %{name}-devel
                template DEVEL
        end
+
+       package %{name}-debuginfo
+               template DEBUGINFO
+       end
 end