This repository has been archived on 2022-01-17. You can view files and clone it, but cannot push or open issues/pull-requests.
2019-07-31 19:38:40 +02:00
|
|
|
name: hello
|
|
|
|
version: 2.10
|
|
|
|
versions: 2.10, 2.9, 2.8, 2.7, 2.6
|
|
|
|
# Lists.
|
|
|
|
sources:
|
2019-08-03 04:53:37 +02:00
|
|
|
- https://ftp.gnu.org/gnu/%{name}/%{name}-%{version}.tar.gz
|
2019-07-31 19:38:40 +02:00
|
|
|
|
|
|
|
packager: Luka Vandervelden <lukc@upyum.com>
|
|
|
|
url: https://www.gnu.org/software/hello/
|
|
|
|
|
|
|
|
flavors: nls, minimal
|
|
|
|
|
|
|
|
# This are blocks of free text.
|
|
|
|
@configure
|
|
|
|
cd hello-%{version}
|
|
|
|
./configure
|
|
|
|
|
|
|
|
@build
|
|
|
|
cd hello-%{version}
|
|
|
|
make
|
|
|
|
|
|
|
|
@install
|
|
|
|
cd hello-%{version}
|
|
|
|
make DESTDIR="$PKG" install
|
|
|
|
|