SPECS: dsktool.spec (NEW) - new
qboosh
qboosh at pld-linux.org
Tue Oct 18 22:21:06 CEST 2005
Author: qboosh Date: Tue Oct 18 20:21:06 2005 GMT
Module: SPECS Tag: HEAD
---- Log message:
- new
---- Files affected:
SPECS:
dsktool.spec (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: SPECS/dsktool.spec
diff -u /dev/null SPECS/dsktool.spec:1.1
--- /dev/null Tue Oct 18 22:21:06 2005
+++ SPECS/dsktool.spec Tue Oct 18 22:20:59 2005
@@ -0,0 +1,57 @@
+# $Revision$, $Date$
+Summary: Diskette tools - GUI front-end to LibDsk
+Summary(pl): Narzędzia do dyskietek - graficzny interfejs do LibDsk
+Name: dsktool
+Version: 1.0.1
+Release: 1
+License: GPL v2+
+Group: X11/Applications
+Source0: http://www.seasip.demon.co.uk/Unix/LibDsk/%{name}-%{version}.tar.gz
+# Source0-md5: d4468598b5ef1d588ad1797a67b748eb
+URL: http://www.seasip.demon.co.uk/Unix/LibDsk/#tools
+BuildRequires: libdsk-devel
+BuildRequires: rpmbuild(macros) >= 1.167
+BuildRequires: wxGTK2-devel >= 2.6
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+The Diskette Tools program is a GUI front-end to LibDsk. It doesn't do
+any more than the provided sample utilities, but it looks nicer.
+
+%description -l pl
+Program Diskette Tools to graficzny interfejs użytkownika do LibDsk.
+Nie robi więcej niż załączone programy przykładowe, ale wygląda
+przyjemniej.
+
+%prep
+%setup -q
+
+%build
+%{__make} \
+ CXX="%{__cxx}" \
+ CXXFLAGS="%{rpmcxxflags} `wx-gtk2-ansi-config --cflags`" \
+ WX_LIBS="`wx-gtk2-ansi-config --libs`"
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{_bindir}
+
+%{__make} install \
+ INSTALLDIR=$RPM_BUILD_ROOT%{_bindir}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc README.txt
+%attr(755,root,root) %{_bindir}/dsktool
+
+%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1 2005/10/18 20:20:59 qboosh
+- new
================================================================
More information about the pld-cvs-commit
mailing list