]> git.pld-linux.org Git - packages/DirectFB.git/commitdiff
- initial spec.
authorcieciwa <cieciwa@pld-linux.org>
Fri, 27 Apr 2001 08:36:02 +0000 (08:36 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    DirectFB.spec -> 1.1

DirectFB.spec [new file with mode: 0644]

diff --git a/DirectFB.spec b/DirectFB.spec
new file mode 100644 (file)
index 0000000..43fa8f9
--- /dev/null
@@ -0,0 +1,43 @@
+Summary:       DirectFB - Hardware graphics accelration.
+Summary(pl):   DirectFB - Wspomaganie grafiki
+Name:          DirectFB
+Version:       0.9.0
+Release:       1
+Copyright:     GPL
+Group:         X11     
+Group(pl):     X11
+Source:                http://directfb.org/download/%{name}-%{version}.tar.gz
+URL:           htt://directfs.org/
+#BuildRequires:        
+#Requires:     
+Buildroot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%define        _prefix /usr
+
+%description
+
+%description -l pl
+
+%prep
+%setup -q
+
+#%patch
+
+%build
+./configure --prefix=%{_prefix}
+%{__make} RPM_OPT_FLAGS="$RPM_OPT_FLAGS"
+
+%install
+rm -rf $RPM_BUILD_ROOT
+%{__make} prefix=$RPM_BUILD_ROOT%{_prefix} install
+
+%post
+%postun
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc
+%attr(,,)
This page took 0.057827 seconds and 4 git commands to generate.