|
|
|
@ -31,11 +31,11 @@ Distribution: OpenPKG Community |
|
|
|
Class: EVAL |
|
|
|
Class: EVAL |
|
|
|
Group: System |
|
|
|
Group: System |
|
|
|
License: GPL |
|
|
|
License: GPL |
|
|
|
Version: 1.3 |
|
|
|
Version: 1.8 |
|
|
|
Release: 20090504 |
|
|
|
Release: 20160306 |
|
|
|
|
|
|
|
|
|
|
|
# list of sources |
|
|
|
# list of sources |
|
|
|
Source0: http://dist.schmorp.de/libptytty/libptytty-%{version}.tar.bz2 |
|
|
|
Source0: http://dist.schmorp.de/libptytty/libptytty-%{version}.tar.gz |
|
|
|
|
|
|
|
|
|
|
|
# build information |
|
|
|
# build information |
|
|
|
BuildPreReq: OpenPKG, openpkg >= 20100101, gcc, gcc::with_cxx = yes, make |
|
|
|
BuildPreReq: OpenPKG, openpkg >= 20100101, gcc, gcc::with_cxx = yes, make |
|
|
|
@ -49,7 +49,7 @@ PreReq: OpenPKG, openpkg >= 20100101 |
|
|
|
prog libptytty = { |
|
|
|
prog libptytty = { |
|
|
|
version = %{version} |
|
|
|
version = %{version} |
|
|
|
url = http://dist.schmorp.de/libptytty/ |
|
|
|
url = http://dist.schmorp.de/libptytty/ |
|
|
|
regex = libptytty-(__VER__)\.tar\.bz2 |
|
|
|
regex = libptytty-(__VER__)\.tar\.gz |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
%prep |
|
|
|
%prep |
|
|
|
@ -64,6 +64,7 @@ PreReq: OpenPKG, openpkg >= 20100101 |
|
|
|
LDFLAGS="%{l_ldflags}" \ |
|
|
|
LDFLAGS="%{l_ldflags}" \ |
|
|
|
./configure \ |
|
|
|
./configure \ |
|
|
|
--prefix=%{l_prefix} \ |
|
|
|
--prefix=%{l_prefix} \ |
|
|
|
|
|
|
|
--mandir=%{l_prefix}/man \ |
|
|
|
--disable-shared |
|
|
|
--disable-shared |
|
|
|
%{l_make} %{l_mflags -O} |
|
|
|
%{l_make} %{l_mflags -O} |
|
|
|
|
|
|
|
|
|
|
|
|