]> git.pld-linux.org Git - packages/DirectFB-flux.git/commitdiff
- new
authorJakub Bogusz <qboosh@pld-linux.org>
Sun, 1 Jan 2012 09:48:07 +0000 (09:48 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    DirectFB-flux.spec -> 1.1

DirectFB-flux.spec [new file with mode: 0644]

diff --git a/DirectFB-flux.spec b/DirectFB-flux.spec
new file mode 100644 (file)
index 0000000..0866d15
--- /dev/null
@@ -0,0 +1,46 @@
+# NOTE: original package name is flux, but flux.spec is already occupied by fluxlib.org
+Summary:       flux - interface description language used by DirectFB
+Summary(pl.UTF-8):     flux - język opisu interfejsów używany przez DirectFB
+Name:          DirectFB-flux
+Version:       1.1.0
+Release:       1
+License:       MIT
+Group:         Development/Tools
+Source0:       http://www.directfb.org/downloads/Core/flux/flux-%{version}.tar.gz
+# Source0-md5: 25b3d11628d907019e1b7e7d1fb09ad7
+URL:           http://www.directfb.org/
+BuildRequires: DirectFB-devel
+BuildRequires: libstdc++-devel
+BuildRequires: pkgconfig
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+flux is an interface description language used by DirectFB.
+
+fluxcomp compiles .flux files to .cpp or .c files.
+
+%description -l pl.UTF-8
+flux to język opisu interfejsów używany przez DirectFB.
+
+fluxcomp kompiluje pliki .flux do plików .cpp lub .c.
+
+%prep
+%setup -q -n flux-%{version}
+
+%build
+%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 AUTHORS ChangeLog README TODO
+%attr(755,root,root) %{_bindir}/fluxcomp
This page took 0.054744 seconds and 4 git commands to generate.