summaryrefslogtreecommitdiffstats
path: root/nas/Pkgfile
diff options
context:
space:
mode:
authortnut <thierryn1 at hispeed dot ch>2012-05-12 12:23:24 +0200
committertnut <thierryn1 at hispeed dot ch>2012-05-12 12:23:24 +0200
commit5833beaf803cf6d1ca6eb07ef2f31f22b8e30e69 (patch)
tree60fb4fb58f6db5bc77534e27c1cf75f2eb9bcd1d /nas/Pkgfile
parentdf41b3cabac0b320aba8b697a17a31f4faa41ea0 (diff)
downloadnutyx-pakxe-5833beaf803cf6d1ca6eb07ef2f31f22b8e30e69.tar.gz
nutyx-pakxe-5833beaf803cf6d1ca6eb07ef2f31f22b8e30e69.tar.bz2
nutyx-pakxe-5833beaf803cf6d1ca6eb07ef2f31f22b8e30e69.tar.xz
nutyx-pakxe-5833beaf803cf6d1ca6eb07ef2f31f22b8e30e69.zip
nas, ajout
Diffstat (limited to 'nas/Pkgfile')
-rw-r--r--nas/Pkgfile20
1 files changed, 20 insertions, 0 deletions
diff --git a/nas/Pkgfile b/nas/Pkgfile
new file mode 100644
index 000000000..1686d3acc
--- /dev/null
+++ b/nas/Pkgfile
@@ -0,0 +1,20 @@
+# Description: Le Network Audio System
+# URL: http://www.radscan.com/nas.html
+# Maintainer: NuTyX Core
+# Packager: thierryn1 at hispeed dot ch
+# Depends on: xorg-imake, xorg-gccmakedep, xorg-libxp, xorg-libxaw
+# Run on: xorg-libice,xorg-libsm,xorg-libx11,xorg-libxau,xorg-libxcb,xorg-libxdmcp,xorg-libxext,xorg-libxt
+
+name=nas
+version=1.9.2
+release=1
+source=( http://downloads.sourceforge.net/$name/$name-$version.src.tar.gz)
+
+
+build() {
+ cd $name-$version
+ xmkmf
+ make World
+ make DESTDIR=$PKG install
+}
+