summaryrefslogtreecommitdiffstats
path: root/base/libmms/Pkgfile
diff options
context:
space:
mode:
authortnut <thierryn1 at hispeed dot ch>2011-03-09 18:13:01 +0100
committertnut <thierryn1 at hispeed dot ch>2011-03-09 18:13:01 +0100
commit3f964658ccfaa479ff6fe80f81a79cae4f7f0c8b (patch)
treec5a057e35c62b0f31e316538b04f7de6ab7066b7 /base/libmms/Pkgfile
parentbf77ac781c12e224b89700548528bec44251228c (diff)
downloadnutyx-extra-3f964658ccfaa479ff6fe80f81a79cae4f7f0c8b.tar.gz
nutyx-extra-3f964658ccfaa479ff6fe80f81a79cae4f7f0c8b.tar.bz2
nutyx-extra-3f964658ccfaa479ff6fe80f81a79cae4f7f0c8b.tar.xz
nutyx-extra-3f964658ccfaa479ff6fe80f81a79cae4f7f0c8b.zip
libmms dans base et maj 0.5-1
Diffstat (limited to 'base/libmms/Pkgfile')
-rw-r--r--base/libmms/Pkgfile19
1 files changed, 19 insertions, 0 deletions
diff --git a/base/libmms/Pkgfile b/base/libmms/Pkgfile
new file mode 100644
index 000000000..296f9e1d3
--- /dev/null
+++ b/base/libmms/Pkgfile
@@ -0,0 +1,19 @@
+# Description: Librairie du protocole de streaming MMS
+# URL: https://launchpad.net/libmms
+# Maintainer: NuTyX core team
+# Packager: thierryn1 at hispeed dot ch
+
+name=libmms
+version=0.5
+release=1
+source=(http://launchpad.net/$name/trunk/$version/+download/$name-$version.tar.gz)
+
+build() {
+cd $name-$version
+ ./configure --prefix=/usr \
+ --disable-static
+ make
+ make DESTDIR=$PKG install
+}
+
+