premier commit

tags/0.1+1.4.0 0.1+1.4.0
Daniel Berteaud 13 years ago
commit 6193e9dc34
  1. 39
      pacakges/scribus.xml
  2. BIN
      softwares/scribus-1.4.0-windows.exe
  3. 49
      wpkg-scribus.spec

@ -0,0 +1,39 @@
<?xml version="1.0" encoding="UTF-8"?>
<packages>
<package id="scribus"
name="Scribus"
revision="4"
reboot="false"
priority="10">
<variable name="PKG_VERSION" value="1.4.0" />
<variable architecture="x86" name="INSTALL_PATH" value="%PROGRAMFILES%\Scribus" />
<variable architecture="x64" name="INSTALL_PATH" value="%PROGRAMFILES(x86)%\Scribus" />
<depends package-id="ghostscript" />
<check type="uninstall" condition="exists" path="Scribus %PKG_VERSION%" />
<install cmd="%SOFTWARE%\scribus\scribus-%PKG_VERSION%-windows.exe /S /D=%INSTALL_PATH%" />
<install cmd='%COMSPEC% /C del /f "%ALLUSERSPROFILE%\Bureau\Scribus %PKG_VERSION%.lnk"'>
<exit code="0" />
<exit code="1" />
</install>
<install cmd='%COMSPEC% /C del /f "%PUBLIC%\Desktop\Scribus %PKG_VERSION%.lnk"'>
<exit code="0" />
<exit code="1" />
</install>
<upgrade include="remove" />
<upgrade include="install" />
<downgrade include="upgrade" />
<remove cmd='"%INSTALL_PATH%\uninst.exe" /S' />
<!-- Uninstall returns immediatly, so just wait a few seconds for it to remove before checking the status again
Unfortunatly, WINDOWS has no sleep commands -->
<remove cmd='%COMSPEC% /C ping -n 5 127.0.0.1 1>NUL 2>NUL' >
<exit code="any" />
</remove>
</package>
</packages>

@ -0,0 +1,49 @@
%define package gimp
%define version 0.1
%define realversion 1.4.0
%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 <daniel@firewall-services.com>
- initial release with Scribus 1.4.0
Loading…
Cancel
Save