]> git.pld-linux.org Git - packages/VisualBoyAdvance.git/commitdiff
- initial commit
authordjurban <djurban@pld-linux.org>
Thu, 14 Aug 2003 20:41:15 +0000 (20:41 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    VisualBoyAdvance.spec -> 1.1

VisualBoyAdvance.spec [new file with mode: 0644]

diff --git a/VisualBoyAdvance.spec b/VisualBoyAdvance.spec
new file mode 100644 (file)
index 0000000..789ed56
--- /dev/null
@@ -0,0 +1,51 @@
+Summary:       One of the most powerful GameBoy Advance Emulators
+Summary(pl):   Jeden z najlepszych emulatorów GameBoya Advance
+Name:          VisualBoyAdvance
+Version:       1.6
+Release:       1
+License:       GPL v. 2
+Group:         Applications/Emulators          
+Source0:       http://www.kernel.pl/~djurban/%{name}-%{version}-src.tar.bz2
+# Source0-md5: f02ea099d3c0f3038ba0b113a22856c6
+URL:           http://vboy.emuhq.com/
+BuildRequires: qt-devel
+BuildRequires: SDL-devel
+BuildRequires: libpng-devel
+BuildRequires: nasm
+BuildRequires:  pth
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+One of the most powerful GameBoy Advance Emulators.
+
+%description -l pl
+Jeden z najlepszych emulatorów GameBoya Advance.
+
+%prep
+%setup -q -n %{name}-%{version}
+
+%build
+%{__aclocal}
+%{__autoconf}
+%{__automake}
+%ifarch %{athlon}
+%configure --with-mmx
+%else
+%configure
+%endif
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+# create directories if necessary
+#install -d $RPM_BUILD_ROOT
+
+%{__make} install DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc AUTHORS ChangeLog README NEWS
+%attr(755,root,root) %{_bindir}/*
This page took 0.073304 seconds and 4 git commands to generate.