commit 6c1712d4e1f6944fb458110481790989089a34e2 Author: Daniel Berteaud Date: Tue Jun 5 16:33:27 2012 +0200 premier commit diff --git a/packages/vlc.xml b/packages/vlc.xml new file mode 100755 index 0000000..e5b193d --- /dev/null +++ b/packages/vlc.xml @@ -0,0 +1,33 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/softwares/vlc-2.0.1-win32.exe b/softwares/vlc-2.0.1-win32.exe new file mode 100755 index 0000000..4f33d8b Binary files /dev/null and b/softwares/vlc-2.0.1-win32.exe differ diff --git a/wpkg-vlc.spec b/wpkg-vlc.spec new file mode 100644 index 0000000..80d9a45 --- /dev/null +++ b/wpkg-vlc.spec @@ -0,0 +1,49 @@ +%define package vlc +%define version 0.1 +%define realversion 2.0.1 +%define release 0.beta1 + +Name: wpkg-%{package} +Version: %{version}+%{realversion} +Release: %{release}%{?dist} +Summary: %{package} for WPKG on iPasserelle + +Group: System/Softwares +URL: http://www.ipasserelle.com +Source0: %{name}-%{version}.tar.gz +License: misc + +BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot +BuildArch: noarch +BuildRequires: unix2dos + +Requires: ipasserelle-gp + +%description +%{package} for WPKG on iPasserelle + +%prep +%setup -q -n %{name}-%{version} + +%build +unix2dos packages/* + +%install +/bin/rm -rf %{buildroot} +mkdir -p %{buildroot}/home/e-smith/files/shares/wpkg/files/packages +mkdir -p %{buildroot}/home/e-smith/files/shares/wpkg/files/softwares/%{package} +cp -r softwares/* %{buildroot}/home/e-smith/files/shares/wpkg/files/softwares/%{package}/ +cp -r packages/* %{buildroot}/home/e-smith/files/shares/wpkg/files/packages/ + +%files +%defattr(-,root,root) +%doc CHANGELOG.git +/home/e-smith/files/shares/wpkg/files/ + +%clean +/bin/rm -rf %{buildroot} + +%changelog +* Tue Jun 5 2012 Daniel Berteaud +- initial release with VLC 2.0.1 +