2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-07-04 23:12:28 +00:00

lzip: add to extra

This commit is contained in:
Dylan Araps 2020-10-23 09:41:50 +03:00
parent 649810703e
commit e1fa0bff8b
No known key found for this signature in database
GPG Key ID: 46D62DD9F1DE636E
4 changed files with 10 additions and 0 deletions

7
extra/lzip/build Executable file
View File

@ -0,0 +1,7 @@
#!/bin/sh -e
./configure \
--prefix=/usr
make
make DESTDIR="$1" install

1
extra/lzip/checksums Normal file
View File

@ -0,0 +1 @@
e48b5039d3164d670791f9c5dbaa832bf2df080cb1fbb4f33aa7b3300b670d8b lzip-1.21.tar.gz

1
extra/lzip/sources Normal file
View File

@ -0,0 +1 @@
https://download.savannah.gnu.org/releases/lzip/lzip-1.21.tar.gz

1
extra/lzip/version Normal file
View File

@ -0,0 +1 @@
1.21 1