1
0
forked from ports/opt

sharutils: updated to 4.11.1

This commit is contained in:
Jose V Beneyto 2011-05-04 11:33:12 +02:00
parent d24b705710
commit 9fb29ea47b
3 changed files with 12 additions and 29 deletions

View File

@ -4,26 +4,6 @@ drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/unshar
-rwxr-xr-x root/root usr/bin/uudecode
-rwxr-xr-x root/root usr/bin/uuencode
drwxr-xr-x root/root usr/include/
drwxr-xr-x root/root usr/include/sharutils/
-rw-r--r-- root/root usr/include/sharutils/alloca.h
-rw-r--r-- root/root usr/include/sharutils/arg-nonnull.h
-rw-r--r-- root/root usr/include/sharutils/c++defs.h
-rw-r--r-- root/root usr/include/sharutils/dirent.h
-rw-r--r-- root/root usr/include/sharutils/fcntl.h
-rw-r--r-- root/root usr/include/sharutils/inttypes.h
-rw-r--r-- root/root usr/include/sharutils/stdio.h
-rw-r--r-- root/root usr/include/sharutils/stdlib.h
-rw-r--r-- root/root usr/include/sharutils/string.h
drwxr-xr-x root/root usr/include/sharutils/sys/
-rw-r--r-- root/root usr/include/sharutils/sys/socket.h
-rw-r--r-- root/root usr/include/sharutils/sys/stat.h
-rw-r--r-- root/root usr/include/sharutils/sys/utsname.h
-rw-r--r-- root/root usr/include/sharutils/time.h
-rw-r--r-- root/root usr/include/sharutils/unistd.h
-rw-r--r-- root/root usr/include/sharutils/warn-on-use.h
-rw-r--r-- root/root usr/include/sharutils/wchar.h
-rw-r--r-- root/root usr/include/sharutils/wctype.h
drwxr-xr-x root/root usr/man/
drwxr-xr-x root/root usr/man/man1/
-rw-r--r-- root/root usr/man/man1/shar.1.gz

View File

@ -1 +1 @@
502a15ed46d8bf988bcee982d6926e11 sharutils-4.11.tar.bz2
52dd02b6f5e0a148ba871234ae29bba2 sharutils-4.11.1.tar.bz2

View File

@ -5,16 +5,19 @@
# Depends on:
name=sharutils
version=4.11
version=4.11.1
release=1
source=(ftp://ftp.gnu.org/gnu/$name/$name-$version.tar.bz2)
build(){
cd $name-$version
./configure \
--prefix=/usr \
--mandir=/usr/man \
--disable-nls
make DESTDIR=$PKG install
rm -rf $PKG/usr/share
cd $name-$version
./configure --prefix=/usr \
--mandir=/usr/man \
--disable-nls
make
make DESTDIR=$PKG install
rm -rf $PKG/usr/share
}