diff options
author | root <root@rshg054.dnsready.net> | 2013-08-11 01:21:34 -0700 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-08-11 01:21:34 -0700 |
commit | 18a41d682d6e91e0d28fce23eb75292f477bd620 (patch) | |
tree | bce8f660d7d0b6541cadbc49bf1bac2434e4c0c6 /community/unshield | |
parent | 0ade1da67addf154d93c6a6399b0a3d5a18a3336 (diff) |
Sun Aug 11 01:21:31 PDT 2013
Diffstat (limited to 'community/unshield')
-rw-r--r-- | community/unshield/PKGBUILD | 27 | ||||
-rw-r--r-- | community/unshield/libunshield.c.patch | 12 |
2 files changed, 0 insertions, 39 deletions
diff --git a/community/unshield/PKGBUILD b/community/unshield/PKGBUILD deleted file mode 100644 index b549269c0..000000000 --- a/community/unshield/PKGBUILD +++ /dev/null @@ -1,27 +0,0 @@ -# $Id: PKGBUILD 65351 2012-02-21 02:17:14Z spupykin $ -# Maintainer: Giovanni Scafora <giovanni@archlinux.org> - -pkgname=unshield -pkgver=0.6 -pkgrel=3 -pkgdesc="Extracts CAB files from InstallShield installers" -arch=('i686' 'x86_64') -url="http://sourceforge.net/projects/synce/files/" -license=('custom') -depends=('zlib') -options=('!libtool') -source=(http://downloads.sourceforge.net/sourceforge/synce/${pkgname}-${pkgver}.tar.gz - libunshield.c.patch) -md5sums=('31a829192a255160d1f71cda4c865c9c' - 'aa731ca6fd7c7dfb03f8b07e232b37d3') - -build() { - cd ${srcdir}/${pkgname}-${pkgver} - # See http://www.mail-archive.com/synce-devel@lists.sourceforge.net/msg01796.html - patch -Np0 -i "${srcdir}/libunshield.c.patch" - ./configure --prefix=/usr - make - make DESTDIR=${pkgdir} install - install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/unshield/LICENSE -} - diff --git a/community/unshield/libunshield.c.patch b/community/unshield/libunshield.c.patch deleted file mode 100644 index e78395e20..000000000 --- a/community/unshield/libunshield.c.patch +++ /dev/null @@ -1,12 +0,0 @@ ---- lib/libunshield.c 2004-08-24 08:10:27.000000000 +0200 -+++ lib/libunshield.c 2010-08-13 20:39:58.000000000 +0200 -@@ -271,6 +271,9 @@ - - header->major_version = (header->common.version >> 12) & 0xf; - -+ if (header->common.version == 0x020004b0) -+ header->major_version = 9; -+ - #if 0 - if (header->major_version < 5) - header->major_version = 5; |