Merge branch '2.2' into 2.3

This commit is contained in:
Juergen Daubert 2006-11-26 12:17:53 +01:00
commit 78dcffdf42
5 changed files with 10 additions and 10 deletions

View File

@ -1 +1 @@
f5fb3349354ee3d94fceb81dab5c71fd findutils-4.2.28.tar.gz
24e76434ca74ba3c2c6ad621eb64e1ff findutils-4.2.29.tar.gz

View File

@ -3,18 +3,19 @@
# Maintainer: Per Lidén, core-ports at crux dot nu
name=findutils
version=4.2.28
version=4.2.29
release=1
source=(http://ftp.gnu.org/pub/gnu/$name/$name-$version.tar.gz)
build() {
cd $name-$version
./configure --prefix=/usr \
--disable-nls --mandir=/usr/man
--disable-nls \
--mandir=/usr/man
make
make DESTDIR=$PKG install
rm -rf $PKG/usr/bin/{updatedb,locate} \
$PKG/usr/man/man1/{updatedb.1,locate.1} \
$PKG/usr/man/man5 $PKG/usr/libexec \
$PKG/usr/share $PKG/usr/var
$PKG/usr/man/man1/{updatedb.1,locate.1} \
$PKG/usr/man/man5 \
$PKG/usr/{libexec,share,var}
}

View File

@ -1 +1 @@
8561376c88a1e13af94d1518503fd7ef man-pages-2.41.tar.gz
9e9ca369c2686014eba5db9cf05cb264 man-pages-2.42.tar.gz

View File

@ -1,11 +1,10 @@
# Description: The Linux manpages collection
# URL: http://www.win.tue.nl/~aeb/linux/man/
# Maintainer: Per Lidén, core-ports at crux dot nu
# Packager: Per Lidén, per at fukt dot bth dot se
# Depends on: man
name=man-pages
version=2.41
version=2.42
release=1
source=(ftp://ftp.win.tue.nl/pub/linux-local/manpages/$name-$version.tar.gz)

View File

@ -1,5 +1,5 @@
# Description: The man page suite used to read most of the documentation for Linux
# URL: i http://primates.ximian.com/~flucifredi/man/
# URL: http://primates.ximian.com/~flucifredi/man/
# Maintainer: Per Lidén, core-ports at crux dot nu
name=man