]> git.pld-linux.org Git - packages/g-cows.git/commitdiff
- from Dariusz Rojewski darekr at darekr eu org
authorTomasz Pala <gotar@pld-linux.org>
Tue, 24 Aug 2004 00:25:16 +0000 (00:25 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    g-cows.spec -> 1.1

g-cows.spec [new file with mode: 0644]

diff --git a/g-cows.spec b/g-cows.spec
new file mode 100644 (file)
index 0000000..cd3c80f
--- /dev/null
@@ -0,0 +1,50 @@
+Summary:       G-Cows
+Summary(pl):   G-Cows
+Name:          g-cows
+Version:       1.4
+Release:       1
+License:       GPL
+Group:         Applications/Console
+Source0:       http://www.g-cows.org/download/%{name}-%{version}.tar.gz
+# Source0-md5: 1d0eef7bdf1a270531d59b9b99c5cda7
+BuildRequires: automake
+BuildRequires: autoconf
+BuildRequires: bison
+BuildRequires: flex
+URL:           http://www.g-cows.org
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+G-Cows is a software project consisting in:
+- definition of a scripting language designed for creation of web
+  sites;
+- interpreter for the scripting language (Cows);
+- a makefile generator (Cows-mkgen);
+
+%description -l pl
+G-Cows jest projektem, w sklad ktorego wchodzi:
+- jezyk skryptowy zaprojektowany do tworzenia stron internetowych;
+- interpretator tego jezyka
+- generator plikow makefile (Cows-mkgen);
+
+%prep
+%setup -q
+
+%build
+./bootstrap
+CFLAGS="%{rpmcflags}"
+%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
+%attr(755,root,root) %{_bindir}/*
This page took 0.119372 seconds and 4 git commands to generate.