]> git.pld-linux.org Git - packages/fbg.git/commitdiff
- initial
authortrojan <trojan@pld-linux.org>
Wed, 9 Apr 2003 10:18:00 +0000 (10:18 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    fbg.spec -> 1.1

fbg.spec [new file with mode: 0644]

diff --git a/fbg.spec b/fbg.spec
new file mode 100644 (file)
index 0000000..086cf97
--- /dev/null
+++ b/fbg.spec
@@ -0,0 +1,47 @@
+Summary:       Falling Blocks Game
+Name:          fbg
+Version:       0.9
+Release:       1
+License:       GPLv2
+Group:         X11/Applications/Games
+Source0:       http://dl.sourceforge.net/fbg/%{name}-%{version}.tar.gz
+Patch0:                %{name}-libgl.patch
+Patch1:                %{name}-FHS.patch
+URL:           http://derajdezine.vze.com
+BuildRequires: OpenGL-devel
+BuildRequires: SDL-devel
+BuildRequires: autoconf
+BuildRequires: automake
+BuildRequires: libmikmod-devel
+BuildRequires: libstdc++-devel
+BuildRequires: physfs-devel
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Falling Blocks Game
+
+%prep
+%setup -q
+%patch0 -p1
+%patch1 -p1
+
+%build
+%{__aclocal}
+%{__autoconf}
+%{__automake}
+%configure
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+make install DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_bindir}/*
+%{_datadir}/fbg
+%{_mandir}/man6/*
This page took 0.125419 seconds and 4 git commands to generate.