]> git.pld-linux.org Git - packages/bladeenc.git/blob - bladeenc.spec
- added using CVS keywords in %changelog (for automating them).
[packages/bladeenc.git] / bladeenc.spec
1 Summary:        Blade's MP3 Encoder
2 Summary(pl):    Encoder MP3 Bladeya
3 Name:           bladeenc
4 Version:        081
5 Release:        1
6 Copyright:      GPL
7 Vendor:         Tord Jansson <tord.jansson@swipnet.se>
8 Group:          Applications/Sound
9 Group(pl):      Aplikacje/D¼wiêk
10 Source:         http://home.swipnet.se/~w-82625/encoder/source/%{name}-%{version}-src-stable.tar.gz
11 URL:            http://home8.swipnet.se/~w-82625/
12 BuildRoot:      /tmp/%{name}-%{version}-root
13 Obsoletes:      BladeEnc
14
15 %description
16 BladeEnc is a program to generate MP3 files from WAV or AIFF sound files.
17
18 %description -l pl
19 BladeEnc jest programem s³u¿±cym do generowania plików MP3 z plików
20 d¼wiêkowych w formacie WAV lub AIFF.
21
22 %prep
23 %setup -q -n bladesrc-%{version}
24
25 %build
26 make CFLAGS="$RPM_OPT_FLAGS"
27
28 %install
29 rm -rf $RPM_BUILD_ROOT
30 install -d $RPM_BUILD_ROOT%{_bindir}
31
32 install -s bladeenc $RPM_BUILD_ROOT%{_bindir}
33
34 %clean
35 rm -rf $RPM_BUILD_ROOT
36
37 %files
38 %defattr(644,root,root,755)
39 %attr(755,root,root) %{_bindir}/*
This page took 0.044608 seconds and 3 git commands to generate.