summaryrefslogtreecommitdiff
path: root/devel/chrpath
diff options
context:
space:
mode:
authortnn <tnn>2008-02-28 23:38:10 +0000
committertnn <tnn>2008-02-28 23:38:10 +0000
commit3da45f2b91a6338e00bf769658b4721b2ac68d15 (patch)
tree29967c13dd276ce9c81e025b5e451cd39569a8e3 /devel/chrpath
parent247950f7894a3cb93590b3686a0d2833c8e53c96 (diff)
downloadpkgsrc-3da45f2b91a6338e00bf769658b4721b2ac68d15.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/chrpath')
-rw-r--r--devel/chrpath/DESCR2
-rw-r--r--devel/chrpath/Makefile19
-rw-r--r--devel/chrpath/PLIST10
-rw-r--r--devel/chrpath/distinfo6
-rw-r--r--devel/chrpath/patches/patch-aa13
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
+