summaryrefslogtreecommitdiffstats
path: root/extra/lmms/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'extra/lmms/Pkgfile')
-rw-r--r--extra/lmms/Pkgfile18
1 files changed, 18 insertions, 0 deletions
diff --git a/extra/lmms/Pkgfile b/extra/lmms/Pkgfile
new file mode 100644
index 000000000..a7d452279
--- /dev/null
+++ b/extra/lmms/Pkgfile
@@ -0,0 +1,18 @@
+
+# Description: linux multimedia studio
+# URL:http://lmms.sourceforge.net/
+# Maintainer: NuTyX core team
+# Packager: fanch
+# Depends on: sdl, glib, fluidsynth, libpng, libvorbis, libxft, qt, sdl_sound, libsamplerate
+
+name=lmms
+version=0.4.6
+release=1
+source=(http://downloads.sourceforge.net/sourceforge/lmms/$name-$version.tar.bz2)
+
+build() {
+ cd $name-$version
+ cmake . -DCMAKE_INSTALL_PREFIX=/usr
+ make
+ make DESTDIR=$PKG install
+}