mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-02 13:08:53 +02:00
sharutils builds fine now, adding initial bep file
This commit is contained in:
18
app-arch/sharutils/sharutils-4.6.3.bep
Normal file
18
app-arch/sharutils/sharutils-4.6.3.bep
Normal file
@@ -0,0 +1,18 @@
|
||||
DESCRIPTION="sharutils"
|
||||
HOMEPAGE="http://www.gzip.org/"
|
||||
SRC_URI="ftp://ftp.gnu.org/gnu/sharutils/REL-4.6.3/sharutils-4.6.3.tar.gz"
|
||||
REVISION="1"
|
||||
STATUS_R5="untested"
|
||||
STATUS_BONE="untested"
|
||||
STATUS_HAIKU="stable"
|
||||
DEPEND=""
|
||||
BUILD {
|
||||
cd sharutils-4.6.3
|
||||
./configure --prefix=/boot/home/common
|
||||
make
|
||||
}
|
||||
|
||||
INSTALL {
|
||||
cd sharutils-4.6.3
|
||||
make install
|
||||
}
|
||||
Reference in New Issue
Block a user