Package Init
This commit is contained in:
commit
d878a52180
BIN
mikmod-3.2.8.tar.gz
Normal file
BIN
mikmod-3.2.8.tar.gz
Normal file
Binary file not shown.
42
mikmod.spec
Normal file
42
mikmod.spec
Normal file
@ -0,0 +1,42 @@
|
||||
Summary: Console music module player
|
||||
Name: mikmod
|
||||
Version: 3.2.8
|
||||
Release: 6
|
||||
License: GPLv2 and LGPLv2+
|
||||
URL: http://mikmod.sourceforge.net/
|
||||
Source0: http://downloads.sourceforge.net/mikmod/%{name}-%{version}.tar.gz
|
||||
|
||||
BuildRequires: ncurses-devel libmikmod-devel
|
||||
|
||||
%description
|
||||
Mikmod is a module player and library supporting many formats, including mod, s3m, it, and xm. Originally a player for MS-DOS, MikMod has been ported to other platforms, such as Unix, Macintosh, BeOS, and Java(!!). The player uses ncurses for console output and contorl, Meanwhile it can load and play files of a variety of different archive formats(gzip/pkzip/zoo),
|
||||
|
||||
|
||||
%package help
|
||||
Summary: Help document for the mikmod package
|
||||
|
||||
%description help
|
||||
Help document for the mikmod package.
|
||||
|
||||
%prep
|
||||
%autosetup -p1
|
||||
|
||||
%build
|
||||
%configure
|
||||
%make_build
|
||||
|
||||
%install
|
||||
%make_install INSTALL="install -p"
|
||||
|
||||
%files
|
||||
%license COPYING
|
||||
%{_bindir}/%{name}
|
||||
%{_datadir}/%{name}/
|
||||
|
||||
%files help
|
||||
%doc AUTHORS NEWS README
|
||||
%{_mandir}/man1/%{name}.1*
|
||||
|
||||
%changelog
|
||||
* Thu Nov 14 2019 Wanjiankang <wanjiankanghuawei.com>
|
||||
- Package init.
|
||||
Loading…
x
Reference in New Issue
Block a user