mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 19:50:05 +02:00
Initial .bep file for tar-1.23, it's not yet working.
This commit is contained in:
11
app-arch/tar/patches/tar-1.23.patch
Normal file
11
app-arch/tar/patches/tar-1.23.patch
Normal file
@@ -0,0 +1,11 @@
|
||||
diff -up tar-1.22/lib/string.in.h.orig tar-1.22/lib/string.in.h
|
||||
--- tar-1.23/gnu/string.in.h.orig 2009-12-29 20:13:44.000000000 -0700
|
||||
+++ tar-1.23/gnu/string.in.h 2009-12-29 20:14:22.000000000 -0700
|
||||
@@ -39,6 +39,7 @@
|
||||
/* The attribute __pure__ was added in gcc 2.96. */
|
||||
# if __GNUC__ < 2 || (__GNUC__ == 2 && __GNUC_MINOR__ < 96)
|
||||
# define __pure__ /* empty */
|
||||
+# define restrict __restrict
|
||||
# endif
|
||||
#endif
|
||||
|
||||
17
app-arch/tar/tar-1.23.bep
Normal file
17
app-arch/tar/tar-1.23.bep
Normal file
@@ -0,0 +1,17 @@
|
||||
DESCRIPTION="tar saves and restores files from a tape or disk archive."
|
||||
HOMEPAGE="http://www.gnu.org/software/tar/"
|
||||
SRC_URI="http://ftp.gnu.org/gnu/tar/tar-1.23.tar.bz2"
|
||||
CHECKSUM_MD5="41e2ca4b924ec7860e51b43ad06cdb7e"
|
||||
REVISION="1"
|
||||
STATUS_HAIKU="broken"
|
||||
DEPEND=""
|
||||
BUILD {
|
||||
cd tar-1.23
|
||||
./configure --prefix=/boot/common
|
||||
make
|
||||
}
|
||||
|
||||
INSTALL {
|
||||
cd tar-1.23
|
||||
make install
|
||||
}
|
||||
@@ -1,5 +1,5 @@
|
||||
Package: tar
|
||||
Version: 1.22
|
||||
Copyright: 1990-2009 Free Software Foundation, Inc.
|
||||
Version: 1.23
|
||||
Copyright: 1990-2010 Free Software Foundation, Inc.
|
||||
License: GNU GPL v3
|
||||
URL: http://www.gnu.org/software/tar/
|
||||
|
||||
Reference in New Issue
Block a user