SPECS: lingot.spec (NEW) - NEW, by Jacek 'jackass' Brzozowski
sparky
sparky at pld-linux.org
Sun Jan 22 23:18:37 CET 2006
Author: sparky Date: Sun Jan 22 22:18:37 2006 GMT
Module: SPECS Tag: HEAD
---- Log message:
- NEW, by Jacek 'jackass' Brzozowski
---- Files affected:
SPECS:
lingot.spec (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: SPECS/lingot.spec
diff -u /dev/null SPECS/lingot.spec:1.1
--- /dev/null Sun Jan 22 23:18:37 2006
+++ SPECS/lingot.spec Sun Jan 22 23:18:32 2006
@@ -0,0 +1,61 @@
+# $Revision$, $Date$
+Summary: LINGOT - LINGOT Is Not a Guitar-Only Tuner
+Summary(pl): LINGOT - LINGOT to nie tylko tuner gitarowy
+Name: lingot
+Version: 0.6.1
+Release: 1
+License: GPL
+Group: X11/Applications/Multimedia
+Source0: http://savannah.nongnu.org/download/lingot/%{name}-%{version}.tar.gz
+# Source0-md5: 0131232953c7dc85e0042caa58fc15c8
+Patch0: %{name}-makefile.patch
+URL: http://www.nongnu.org/lingot/
+BuildRequires: autoconf
+BuildRequires: automake
+BuildRequires: gtk+-devel
+BuildRequires: libstdc++-devel
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+LINGOT is a musical instrument tuner. It's accurate, easy to use, and
+highly configurable. Originally conceived to tune electric guitars.
+(Tuning another instruments has not been tested).
+
+%description -l pl
+LINGOT to stroik do instrumentów. Jest dokładny, łatwy w użyciu, i
+wysoce konfigurowalny. Oryginalnie stworzony do strojenia gitar
+elektrycznych. (Strojenie innych instrumentów nie było testowane).
+
+%prep
+%setup -q
+%patch0 -p1
+
+%build
+%{__aclocal}
+%{__autoconf}
+%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)
+%doc README README.ES
+%attr(755,root,root) %{_bindir}/*
+
+%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 2006/01/22 22:18:32 sparky
+- NEW, by Jacek 'jackass' Brzozowski
+
================================================================
More information about the pld-cvs-commit
mailing list