source: projects/specs/branches/6/b/bugsquish/bugsquish-vl.spec @ 5648

Revision 5648, 2.6 KB checked in by Takemikaduchi, 12 years ago (diff)

arpscan, aslookup, audacity, black-box, bookview, bumprace, gimp-help, js: new upstream release
libsrtp, gstreamer-filters: new package
others: rebuild

Line 
1Name: bugsquish
2Version: 0.0.6
3Release: 3%{?_dist_release}
4
5Summary: Bugs are trying to suck blood out of your arm!
6Summary(ja): 虫たちがあなたの腕から血を吸おうとしています!
7License: GPL
8URL: http://newbreedsoftware.com/bugsquish
9Group: Applications/Games
10Source0: ftp://ftp.tuxpaint.org/unix/x/%{name}/src/%{name}-%{version}.tar.gz
11#Source1: %{name}.6
12Source2: %{name}.desktop
13
14BuildRoot: %{_tmppath}/%{name}-%{version}-root
15BuildRequires: SDL-devel SDL_image-devel SDL_mixer-devel
16
17Vendor: Project Vine
18Distribution: Vine Linux
19Packager: OOI Keita <ooik.ovwqlsjxcqwg4dc@privango.jp>
20
21%description
22"Bug Squish" is an action game not unlike light gun arcade games, but
23played with a mouse. It's loosely based on a MacOS game whose name I
24can't recall.
25
26Bugs are trying to suck blood out of your arm! Squish them with with
27your fly swatter before you run out of blood.
28
29%description -l ja
30"Bug Squish" は、光線銃の代わりにマウスを使ってプレイする
31アクションゲームです。
32名前は忘れましたが、MacOS 用のゲームを大まかなベースとしています。
33
34虫たちがあなたの腕から血を吸おうとしています! その前にハエ叩きで奴らを
35潰してください。
36
37%prep
38%setup -q
39
40%build
41make DATA_PREFIX=%_datadir/%name/ BIN_PREFIX=%{_bindir}
42
43%install
44rm -rf $RPM_BUILD_ROOT
45
46# install bin
47install -D %name $RPM_BUILD_ROOT/%_bindir/%name
48
49#install data
50install -d $RPM_BUILD_ROOT%_datadir/%name
51cp -a data/{images,sounds,music} $RPM_BUILD_ROOT%_datadir/%name/
52
53#install icon
54mkdir -p $RPM_BUILD_ROOT%_datadir/pixmaps
55install -D -pm644 data/images/bugsquish-icon.xpm $RPM_BUILD_ROOT%_datadir/pixmaps/%{name}.xpm
56
57#install man
58#mkdir -p $RPM_BUILD_ROOT%_mandir/man6/
59#install -D -pm644 %{SOURCE1} $RPM_BUILD_ROOT%_mandir/man6/%{name}.6
60
61#install desktop
62mkdir -p $RPM_BUILD_ROOT%_datadir/applications
63install -D -pm644 %{SOURCE2} $RPM_BUILD_ROOT%_datadir/applications/%{name}.desktop
64
65%clean
66rm -rf $RPM_BUILD_ROOT
67
68%files
69%doc AUTHORS.txt CHANGES.txt README.txt
70%{_bindir}/%{name}
71%{_datadir}/%{name}/*
72%{_datadir}/pixmaps/*.xpm
73#%_mandir/man6/*
74%{_datadir}/applications/*.desktop
75
76%changelog
77* Tue Feb 14 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.0.6-3
78- rebuild witn Vine6 environment
79- fix URL
80
81* Fri Sep 19 2008 Shu KONNO <owa@bg.wakwak.com> 0.0.6-2vl5
82- applied new versioning policy, spec in utf-8
83
84* Mon Oct  9 2006 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 0.0.6-1vl2
85- rebuilt for Vine Linux 4.0
86- changed Group to Applications/Games
87
88* Wed Feb 9 2005 OOI Keita <ooik.ovwqlsjxcqwg4dc@privango.jp> - 0.0.6-1vl1
89- first spec for vine
90- ja summary and description from deb
91- add desktop
Note: See TracBrowser for help on using the repository browser.