mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-04 22:18:55 +02:00
Cleanup up the Copyright field on several of my old .OPD files. This was done to match the example at http://www.haiku-os.org/node/2525 which doesn't contain a comma bewtween the date and the copyright owner.
18 lines
369 B
Plaintext
18 lines
369 B
Plaintext
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.22.tar.bz2"
|
|
CHECKSUM_MD5="07fa517027f426bb80f5f5ff91b63585"
|
|
REVISION="1"
|
|
STATUS_HAIKU="stable"
|
|
DEPEND=""
|
|
BUILD {
|
|
cd tar-1.22
|
|
./configure --prefix=/boot/common
|
|
make
|
|
}
|
|
|
|
INSTALL {
|
|
cd tar-1.22
|
|
make install
|
|
}
|