mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-07 07:28:57 +02:00
code reformat.
This commit is contained in:
@@ -1,11 +1,15 @@
|
||||
SUMMARY="An archiver using the HSC compression method"
|
||||
DESCRIPTION="HA is an archiver that uses the HSC compression method."
|
||||
LICENSE="GNU GPL v2"
|
||||
COPYRIGHT="1993-1995 Harri Hirvola"
|
||||
HOMEPAGE="https://code.google.com/p/ak-various-projects/"
|
||||
COPYRIGHT="1993-1995 Harri Hirvola"
|
||||
LICENSE="GNU GPL v2"
|
||||
REVISION="1"
|
||||
SOURCE_URI="https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/ak-various-projects/ha0999.tgz"
|
||||
CHECKSUM_SHA256="641417d256f645c92fe1ee042b9c133b5173d33d540af99ed4932f7d79a30228"
|
||||
REVISION="1"
|
||||
# This is intentionally empty to make haikuporter happy with the
|
||||
# way the source tarball is packaged
|
||||
SOURCE_DIR=""
|
||||
|
||||
ARCHITECTURES="x86 ?x86_gcc2 ?x86_64"
|
||||
|
||||
PROVIDES="
|
||||
@@ -15,18 +19,15 @@ PROVIDES="
|
||||
REQUIRES="
|
||||
haiku
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku_devel
|
||||
"
|
||||
BUILD_PREREQUIRES="
|
||||
cmd:make
|
||||
cmd:gcc
|
||||
cmd:make
|
||||
"
|
||||
|
||||
# This is intentionally empty to make haikuporter happy with the
|
||||
# way the source tarball is packaged
|
||||
SOURCE_DIR=""
|
||||
|
||||
BUILD()
|
||||
{
|
||||
make -f makefile.nix
|
||||
|
||||
Reference in New Issue
Block a user