From 7f5362dfe15a0a8de2f9d3732cd85906b4cfa7f5 Mon Sep 17 00:00:00 2001 From: tnut Date: Fri, 18 Dec 2009 19:44:49 +0100 Subject: maj ctags#5.7-2 --- base/ctags/.footprint | 7 ++++--- base/ctags/Pkgfile | 9 +++++---- 2 files changed, 9 insertions(+), 7 deletions(-) (limited to 'base/ctags') diff --git a/base/ctags/.footprint b/base/ctags/.footprint index 101c8b577..7c208e304 100644 --- a/base/ctags/.footprint +++ b/base/ctags/.footprint @@ -1,6 +1,7 @@ drwxr-xr-x root/root usr/ drwxr-xr-x root/root usr/bin/ -rwxr-xr-x root/root usr/bin/ctags -drwxr-xr-x root/root usr/man/ -drwxr-xr-x root/root usr/man/man1/ --rw-r--r-- root/root usr/man/man1/ctags.1.gz +drwxr-xr-x root/root usr/share/ +drwxr-xr-x root/root usr/share/man/ +drwxr-xr-x root/root usr/share/man/man1/ +-rw-r--r-- root/root usr/share/man/man1/ctags.1.gz diff --git a/base/ctags/Pkgfile b/base/ctags/Pkgfile index 3a8fffa30..1a8f530e7 100755 --- a/base/ctags/Pkgfile +++ b/base/ctags/Pkgfile @@ -2,19 +2,20 @@ # URL: http://ctags.sourceforge.net/ # Maintainer: NutyX core team # Packager: thierryn1 at hispeed dot ch -# Depends on: glibc +# Depends on: name=ctags version=5.7 -release=1 +release=2 source=(http://prdownloads.sourceforge.net/$name/$name-$version.tar.gz) build() { cd $name-$version - ./configure --prefix=/usr + ./configure --prefix=/usr \ + --mandir=/usr/share/man make - make prefix=$PKG/usr install + make prefix=$PKG/usr mandir=$PKG/usr/share/man install } -- cgit v1.2.3-54-g00ecf