summaryrefslogtreecommitdiff
path: root/community/nas/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/nas/PKGBUILD')
-rw-r--r--community/nas/PKGBUILD33
1 files changed, 0 insertions, 33 deletions
diff --git a/community/nas/PKGBUILD b/community/nas/PKGBUILD
deleted file mode 100644
index 62c62ddf0..000000000
--- a/community/nas/PKGBUILD
+++ /dev/null
@@ -1,33 +0,0 @@
-# $Id: PKGBUILD 53530 2011-08-05 06:06:18Z bfanella $
-# Maintainer: Brad Fanella <bradfanella@archlinux.us>
-# Contributor: Sergej Pupykin <pupykin.s+arch@gmail.com>
-# Contributor: William Rea <sillywilly@gmail.com>
-
-pkgname=nas
-pkgver=1.9.3
-pkgrel=1
-pkgdesc='Network Audio System is a network transparent, client/server audio transport system'
-arch=('i686' 'x86_64')
-url='http://radscan.com/nas.html'
-license=('custom')
-depends=('libxaw')
-makedepends=('imake')
-source=("http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.src.tar.gz"
- 'license.txt')
-md5sums=('ecd01a3b4e17a9d464efa83a03618025'
- 'f11eb8c3fb83946e66e60f7532e8d5da')
-
-build() {
- cd ${pkgname}-${pkgver}
-
- xmkmf
- make World
-}
-
-package() {
- cd ${pkgname}-${pkgver}
-
- make DESTDIR=${pkgdir} USRLIBDIR=/usr/lib install
- chmod 644 ${pkgdir}/usr/include/audio/*
- install -D -m644 ${srcdir}/license.txt ${pkgdir}/usr/share/licenses/${pkgname}/license
-}