summaryrefslogtreecommitdiff
path: root/community/libx86emu
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-08-11 01:21:34 -0700
committerroot <root@rshg054.dnsready.net>2013-08-11 01:21:34 -0700
commit18a41d682d6e91e0d28fce23eb75292f477bd620 (patch)
treebce8f660d7d0b6541cadbc49bf1bac2434e4c0c6 /community/libx86emu
parent0ade1da67addf154d93c6a6399b0a3d5a18a3336 (diff)
Sun Aug 11 01:21:31 PDT 2013
Diffstat (limited to 'community/libx86emu')
-rw-r--r--community/libx86emu/PKGBUILD36
1 files changed, 0 insertions, 36 deletions
diff --git a/community/libx86emu/PKGBUILD b/community/libx86emu/PKGBUILD
deleted file mode 100644
index a25689370..000000000
--- a/community/libx86emu/PKGBUILD
+++ /dev/null
@@ -1,36 +0,0 @@
-# $Id: PKGBUILD 67396 2012-03-11 10:52:58Z lcarlier $
-# Maintainer: Kaiting Chen <kaitocracy@gmail.com>
-# Contributor: Gergely Imreh <imrehgATgmailDOTcom>
-
-pkgname=libx86emu
-pkgver=1.1
-_pkgver=$pkgver-15.3
-pkgrel=29
-pkgdesc='x86 emulation library'
-arch=('i686' 'x86_64')
-url='http://www.opensuse.org/'
-license=('BSD')
-depends=('glibc')
-makedepends=('rpmextract')
-source=("http://download.opensuse.org/source/factory/repo/oss/suse/src/$pkgname-$_pkgver.src.rpm")
-md5sums=('ba6a0fc46307dd79078579140aab2f02')
-
-build() {
- cd "${srcdir}"
-
- rpmextract.sh "${pkgname}-${_pkgver}.src.rpm"
- tar -xjf $pkgname-$pkgver.tar.bz2
-
- cd "${srcdir}/${pkgname}-${pkgver}"
-
- make LIBDIR=/usr/lib
-}
-
-package() {
- cd "${srcdir}/${pkgname}-${pkgver}"
-
- make LIBDIR=/usr/lib DESTDIR=$pkgdir install
-
- install -Dm644 LICENSE \
- ${pkgdir}/usr/share/licenses/$pkgname/LICENSE
-}