SPECS: imlib2_tools.spec (NEW) - NEW - builds, works well

sparky sparky at pld-linux.org
Sun Jul 10 00:57:00 CEST 2005


Author: sparky                       Date: Sat Jul  9 22:57:00 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- NEW
- builds, works well

---- Files affected:
SPECS:
   imlib2_tools.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SPECS/imlib2_tools.spec
diff -u /dev/null SPECS/imlib2_tools.spec:1.1
--- /dev/null	Sun Jul 10 00:57:00 2005
+++ SPECS/imlib2_tools.spec	Sun Jul 10 00:56:55 2005
@@ -0,0 +1,61 @@
+# $Revision$, $Date$
+Summary:	Clone of ImageMagick command line programs using Imlib2
+Name:		imlib2_tools
+Version:	0.0.0alpha2
+%define	_snap	20050701
+Release:	0.%{_snap}.0.1
+License:	BSD
+Group:		Applications/Graphics
+#Source0:	http://dl.sourceforge.net/enlightenment/%{name}-%{version}.tar.gz
+Source0:	ftp://ftp.sparky.homelinux.org/snaps/enli/e17/apps/%{name}-%{_snap}.tar.gz
+# Source0-md5:	588212cac24c27f6987e9c0d73940012
+URL:		http://enlightenment.org/
+BuildRequires:	autoconf
+BuildRequires:	automake
+BuildRequires:	imlib2-devel
+BuildRequires:	libtool
+BuildRequires:	popt-devel
+BuildRequires:	zlib-devel
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Clone of ImageMagick command line programs using Imlib2.
+
+%prep
+%setup -q -n %{name}
+
+%build
+%{__libtoolize}
+%{__aclocal} -I m4
+%{__autoconf}
+%{__autoheader}
+%{__automake}
+%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 COPYING TODO
+%attr(755,root,root) %{_bindir}/imlib2_convert
+%attr(755,root,root) %{_bindir}/imlib2_identify
+
+
+%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  2005/07/09 22:56:55  sparky
+- NEW
+- builds, works well
+
================================================================



More information about the pld-cvs-commit mailing list