summaryrefslogtreecommitdiffstats
path: root/chrpath/Pkgfile
blob: 73f1f231372f1c26e3cafe3163b04adce74d9352 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Description: Permet de modifier les rpath des fichiers ELF
# URL: http://directory.fsf.org/project/chrpath/
# Packager: piernov <piernov@piernov.org>
# Maintainer: NuTyX Core Team
# Depends on:
# Run on:

name=chrpath
version=0.13
release=1
source=(http://ftp.tux.org/pub/X-Windows/ftp.hungry.com/$name/$name-$version.tar.gz)

build () 
{
	cd $name-$version
	./configure --prefix=/usr \
		--mandir=/usr/share/man
	make
	make DESTDIR=$PKG docdir=/usr/share/doc/chrpath install
}