diff options
author | tnn <tnn@pkgsrc.org> | 2008-02-28 23:38:10 +0000 |
---|---|---|
committer | tnn <tnn@pkgsrc.org> | 2008-02-28 23:38:10 +0000 |
commit | 5def627a2174e80fa9083cbe040b61c123dfc98f (patch) | |
tree | 29967c13dd276ce9c81e025b5e451cd39569a8e3 /devel | |
parent | eeeec6349b41766107f8c192ff80dda0829042e1 (diff) | |
download | pkgsrc-5def627a2174e80fa9083cbe040b61c123dfc98f.tar.gz |
Import chrpath-0.13 as devel/chrpath.
chrpath allows you to modify the dynamic library load path
(rpath and runpath) of compiled programs and libraries.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/chrpath/DESCR | 2 | ||||
-rw-r--r-- | devel/chrpath/Makefile | 19 | ||||
-rw-r--r-- | devel/chrpath/PLIST | 10 | ||||
-rw-r--r-- | devel/chrpath/distinfo | 6 | ||||
-rw-r--r-- | devel/chrpath/patches/patch-aa | 13 |
5 files changed, 50 insertions, 0 deletions
diff --git a/devel/chrpath/DESCR b/devel/chrpath/DESCR new file mode 100644 index 00000000000..d7505b81e11 --- /dev/null +++ b/devel/chrpath/DESCR @@ -0,0 +1,2 @@ +chrpath allows you to modify the dynamic library load path +(rpath and runpath) of compiled programs and libraries. diff --git a/devel/chrpath/Makefile b/devel/chrpath/Makefile new file mode 100644 index 00000000000..0042deb6810 --- /dev/null +++ b/devel/chrpath/Makefile @@ -0,0 +1,19 @@ +# $NetBSD: Makefile,v 1.1.1.1 2008/02/28 23:38:10 tnn Exp $ +# + +DISTNAME= chrpath-0.13 +CATEGORIES= devel +MASTER_SITES= ftp://ftp.hungry.com/pub/hungry/chrpath/ \ + ${MASTER_SITE_GENTOO:=distfiles/} + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://freshmeat.net/projects/chrpath/ +COMMENT= Change the dynamic library load path of compiled binaries + +PKG_DESTDIR_SUPPORT= user-destdir + +GNU_CONFIGURE= yes +USE_LIBTOOL= yes +USE_TOOLS+= gmake + +.include "../../mk/bsd.pkg.mk" diff --git a/devel/chrpath/PLIST b/devel/chrpath/PLIST new file mode 100644 index 00000000000..13344c61ca8 --- /dev/null +++ b/devel/chrpath/PLIST @@ -0,0 +1,10 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2008/02/28 23:38:10 tnn Exp $ +bin/chrpath +man/man1/chrpath.1 +share/doc/chrpath/AUTHORS +share/doc/chrpath/COPYING +share/doc/chrpath/ChangeLog +share/doc/chrpath/INSTALL +share/doc/chrpath/NEWS +share/doc/chrpath/README +@dirrm share/doc/chrpath diff --git a/devel/chrpath/distinfo b/devel/chrpath/distinfo new file mode 100644 index 00000000000..dfef460ffa9 --- /dev/null +++ b/devel/chrpath/distinfo @@ -0,0 +1,6 @@ +$NetBSD: distinfo,v 1.1.1.1 2008/02/28 23:38:10 tnn Exp $ + +SHA1 (chrpath-0.13.tar.gz) = 11ff3e3dda2acaf1e529475f394f74f2ef7a8204 +RMD160 (chrpath-0.13.tar.gz) = 89b91919e3f629173388f10469dc94fadd46aa56 +Size (chrpath-0.13.tar.gz) = 125129 bytes +SHA1 (patch-aa) = 5d78f1325d21d92dfd19e69d49cd1aff977cbccf diff --git a/devel/chrpath/patches/patch-aa b/devel/chrpath/patches/patch-aa new file mode 100644 index 00000000000..e102e7a4245 --- /dev/null +++ b/devel/chrpath/patches/patch-aa @@ -0,0 +1,13 @@ +$NetBSD: patch-aa,v 1.1.1.1 2008/02/28 23:38:10 tnn Exp $ + +--- Makefile.in.orig 2004-09-19 10:42:53.000000000 +0200 ++++ Makefile.in +@@ -66,7 +66,7 @@ VERSION = @VERSION@ + + SUBDIRS = testsuite deb + +-docdir = $(prefix)/doc/$(PACKAGE)-$(VERSION) ++docdir = $(prefix)/share/doc/$(PACKAGE) + + doc_DATA = AUTHORS COPYING ChangeLog INSTALL NEWS README + |