summaryrefslogtreecommitdiffstats
path: root/mac/PKGBUILD
diff options
context:
space:
mode:
authorFlorian Pritz <bluewind@xinu.at>2012-12-16 11:51:24 +0100
committerFlorian Pritz <bluewind@xinu.at>2012-12-16 11:51:24 +0100
commitc6000c9d9949b3326fb82f02431899ab6774b960 (patch)
tree2453cd564b0f382f3d8ccd893df8ebe2e9aeda71 /mac/PKGBUILD
parent453f0f12918af35bd8e1e5f049841360f37d62e4 (diff)
downloadaur-packages-c6000c9d9949b3326fb82f02431899ab6774b960.tar.gz
aur-packages-c6000c9d9949b3326fb82f02431899ab6774b960.tar.xz
big cleanup
Diffstat (limited to 'mac/PKGBUILD')
-rw-r--r--mac/PKGBUILD23
1 files changed, 0 insertions, 23 deletions
diff --git a/mac/PKGBUILD b/mac/PKGBUILD
deleted file mode 100644
index 6c40c9c..0000000
--- a/mac/PKGBUILD
+++ /dev/null
@@ -1,23 +0,0 @@
-# Contributor: stonecrest <stonecrest[at]gmail[dot]com>
-
-pkgname=mac
-pkgver=3.99u4b5
-pkgrel=4
-pkgdesc="APE codec and decompressor"
-arch=('any')
-url="http://supermmx.org/linux/mac"
-license=('unknown')
-depends=()
-makedepends=('gcc' 'yasm' 'gcc-libs')
-source=(http://freshgen.googlecode.com/files/mac-3.99-u4-b5.tar.gz
- gcc4_errors.patch)
-md5sums=('75716b342e07deae58f56a2522362006'
- '771c071831871fe8803d139a56515e86')
-
-build() {
- cd ${srcdir}/$pkgname-3.99-u4-b5
- patch -Np1 -i ${srcdir}/gcc4_errors.patch || return 1
- ./configure --prefix=/usr --enable-assembly=yes
- make || return 1
- make DESTDIR=${pkgdir} install
-}