findutils: rebuild with gnu links
This commit is contained in:
parent
a2ee0102e5
commit
f61d74cfbe
@ -7,7 +7,7 @@
|
|||||||
# Check the following 4 variables before running the script
|
# Check the following 4 variables before running the script
|
||||||
topdir=findutils
|
topdir=findutils
|
||||||
version=4.4.2
|
version=4.4.2
|
||||||
pkgver=1
|
pkgver=2
|
||||||
source[0]=ftp://ftp.sunet.se/pub/gnu/findutils/$topdir-$version.tar.gz
|
source[0]=ftp://ftp.sunet.se/pub/gnu/findutils/$topdir-$version.tar.gz
|
||||||
# If there are no patches, simply comment this
|
# If there are no patches, simply comment this
|
||||||
#patch[0]=
|
#patch[0]=
|
||||||
@ -18,6 +18,7 @@ source[0]=ftp://ftp.sunet.se/pub/gnu/findutils/$topdir-$version.tar.gz
|
|||||||
# Global settings
|
# Global settings
|
||||||
export CPPFLAGS="-I$prefix/include"
|
export CPPFLAGS="-I$prefix/include"
|
||||||
export LDFLAGS="-L$prefix/lib -R$prefix/lib"
|
export LDFLAGS="-L$prefix/lib -R$prefix/lib"
|
||||||
|
gnu_link find locate oldfind updatedb xargs
|
||||||
|
|
||||||
reg prep
|
reg prep
|
||||||
prep()
|
prep()
|
||||||
|
@ -1,4 +1,7 @@
|
|||||||
CHANGELOG
|
CHANGELOG
|
||||||
---------
|
---------
|
||||||
|
* Sat Nov 09 2013 Tom G. Christensen <swpkg@jupiterrise.com> - 4.4.2-2
|
||||||
|
- Rebuild with gnu links
|
||||||
|
|
||||||
* Sun May 02 2010 Tom G. Christensen <swpkg@jupiterrise.com> - 4.4.2-1
|
* Sun May 02 2010 Tom G. Christensen <swpkg@jupiterrise.com> - 4.4.2-1
|
||||||
- Update to 4.4.2
|
- Update to 4.4.2
|
||||||
|
@ -8,6 +8,7 @@ pkgver="$pkgver"
|
|||||||
files(-,root,bin)
|
files(-,root,bin)
|
||||||
default_docs
|
default_docs
|
||||||
$_bindir/*
|
$_bindir/*
|
||||||
|
$_gnudir
|
||||||
libexec/*
|
libexec/*
|
||||||
$_infodir/*
|
$_infodir/*
|
||||||
$_sharedir/locale/*/LC_MESSAGES/findutils.mo
|
$_sharedir/locale/*/LC_MESSAGES/findutils.mo
|
||||||
|
Loading…
x
Reference in New Issue
Block a user