[packages/netsurf-buildsystem] - new, shared buildsystem for netsurf
witekfl
witekfl at pld-linux.org
Fri Apr 26 22:54:30 CEST 2013
commit 137d1a706d442292ef9d565ad510c9de6c0d74d1
Author: witekfl <witekfl at poczta.onet.pl>
Date: Fri Apr 26 22:51:38 2013 +0200
- new, shared buildsystem for netsurf
netsurf-buildsystem.spec | 32 ++++++++++++++++++++++++++++++++
1 file changed, 32 insertions(+)
---
diff --git a/netsurf-buildsystem.spec b/netsurf-buildsystem.spec
new file mode 100644
index 0000000..4a089ea
--- /dev/null
+++ b/netsurf-buildsystem.spec
@@ -0,0 +1,32 @@
+Summary: Netsurf browser buildsystem
+Summary(pl.UTF-8): Pliki do budowania bibliotek związanych z netsurf
+Name: netsurf-buildsystem
+Version: 1.0
+Release: 1
+License: MIT
+Group: Development/Building
+Source0: buildsystem.tar.xz
+# Source0-md5: 4a8d8ff9a51d112742cbfeebaa012007
+URL: http://www.netsurf-browser.org/
+BuildArch: noarch
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Netsurf shared buildsystem.
+
+%prep
+%setup -q -n buildsystem
+
+%install
+rm -rf $RPM_BUILD_ROOT
+%{__make} install \
+ DESTDIR=$RPM_BUILD_ROOT \
+ PREFIX=%{_prefix}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc README
+%{_datadir}/netsurf-buildsystem
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/netsurf-buildsystem.git/commitdiff/137d1a706d442292ef9d565ad510c9de6c0d74d1
More information about the pld-cvs-commit
mailing list