summaryrefslogtreecommitdiff
path: root/sharutils
diff options
context:
space:
mode:
Diffstat (limited to 'sharutils')
-rw-r--r--sharutils/.footprint20
-rw-r--r--sharutils/.md5sum2
-rw-r--r--sharutils/Pkgfile19
3 files changed, 12 insertions, 29 deletions
diff --git a/sharutils/.footprint b/sharutils/.footprint
index 0ee51745d..d5cf020ae 100644
--- a/sharutils/.footprint
+++ b/sharutils/.footprint
@@ -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
diff --git a/sharutils/.md5sum b/sharutils/.md5sum
index b2a2a5548..815466074 100644
--- a/sharutils/.md5sum
+++ b/sharutils/.md5sum
@@ -1 +1 @@
-502a15ed46d8bf988bcee982d6926e11 sharutils-4.11.tar.bz2
+52dd02b6f5e0a148ba871234ae29bba2 sharutils-4.11.1.tar.bz2
diff --git a/sharutils/Pkgfile b/sharutils/Pkgfile
index 5ae2e47c1..0870a17bd 100644
--- a/sharutils/Pkgfile
+++ b/sharutils/Pkgfile
@@ -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
}

Generated by cgit