Sophie

Sophie

distrib > Arklinux > devel > i586 > media > main-src > by-pkgid > 3262a39f60b53d12f70e0c60279fbf5d > files > 2

orange-0.3-1ark.src.rpm

Name: orange
Version: 0.3
Release: 1ark
Summary: Windoze self-extracting archive decompressor
URL: http://synce.sf.net/
Source: %name-%version.tar.bz2
License: MIT
Group: Applications/Emulators
BuildRoot: %{_tmppath}/%{name}-root

%description
 %name extracts files from various types of self-extracting
installers for Windoze - allowing to bypass installers that don't
work in wine.

%prep
%setup
%configure

%build
make %?_smp_mflags

%install
rm -rf $RPM_BUILD_ROOT
make %?_smp_mflags install DESTDIR="$RPM_BUILD_ROOT"

%files
%defattr(-,root,root)
# Leaving the "/" in here is _BAD_, but will generally work [packaging all
# files] for testing.
# Please replace it with an actual file list to prevent your package from
# owning all system directories.
/

%clean
rm -rf $RPM_BUILD_ROOT $RPM_BUILD_DIR/%{name}-%{version}

%changelog
* Fri Apr 07 2006 root <root@arklinux.org>
- initial RPM