]> git.ipfire.org Git - people/stevee/ipfire-3.x.git/blobdiff - chrpath/chrpath.nm
chrpath: Drop package
[people/stevee/ipfire-3.x.git] / chrpath / chrpath.nm
diff --git a/chrpath/chrpath.nm b/chrpath/chrpath.nm
deleted file mode 100644 (file)
index 6f24793..0000000
+++ /dev/null
@@ -1,45 +0,0 @@
-###############################################################################
-# IPFire.org    - An Open Source Firewall Solution                            #
-# Copyright (C) - IPFire Development Team <info@ipfire.org>                   #
-###############################################################################
-
-name       = chrpath
-version    = 0.16
-release    = 2
-
-groups     = Development/Tools
-url        = https://directory.fsf.org/wiki/Chrpath/
-license    = GPLv2+
-summary    = Modify rpath of compiled programs
-
-description
-       chrpath allows you to modify the dynamic library load path (rpath) of
-       compiled programs.  Currently, only removing and modifying the rpath
-       is supported.
-end
-
-# Upstream has gone
-source_dl  = https://deb.debian.org/debian/pool/main/c/chrpath/
-sources    = %{name}_%{version}.orig.tar.gz
-
-build
-       configure_options += \
-               --docdir=%{docdir}
-
-       install_cmds
-               # Chrpath ignores the docdir swith during configure.
-               # Move the documentation to the correct place.
-               mv -vf %{BUILDROOT}/usr/doc/%{name}-* %{BUILDROOT}%{docdir}
-
-               # Remove empty directory
-               rm -rvf %{BUILDROOT}/usr/doc
-       end
-end
-
-packages
-       package %{name}
-
-       package %{name}-debuginfo
-               template DEBUGINFO
-       end
-end