mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-04 22:18:55 +02:00
Trim extra newlines at end of file & trailing whitespace.
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
SUMMARY="Decompresses LZX archives on multiple platforms"
|
||||
SUMMARY="Decompresses LZX archives on multiple platforms"
|
||||
DESCRIPTION="LZX is the name of an LZ77 family compression algorithm invented \
|
||||
by Johnathon Forbes and Tomi Poutanen. unlzx is a program designed to extract \
|
||||
these archives."
|
||||
HOMEPAGE="http://aminet.net/package/misc/unix/unlzx.c.gz"
|
||||
HOMEPAGE="http://aminet.net/package/misc/unix/unlzx.c.gz"
|
||||
SOURCE_URI="git+https://github.com/tweakdeveloper/unlzx.git#36a85e7"
|
||||
ADDITIONAL_FILES="unlzx-expander-rules"
|
||||
REVISION="3"
|
||||
@@ -20,12 +20,12 @@ BUILD_REQUIRES="
|
||||
cmd:gcc
|
||||
cmd:strip
|
||||
"
|
||||
|
||||
|
||||
PROVIDES="
|
||||
unlzx = $portVersion
|
||||
cmd:unlzx
|
||||
"
|
||||
|
||||
|
||||
BUILD()
|
||||
{
|
||||
gcc unlzx.c -o unlzx
|
||||
|
||||
Reference in New Issue
Block a user