From 78f8fce7f286fd0c71774e2567404ed51f24fef3 Mon Sep 17 00:00:00 2001 From: Vito Caputo Date: Fri, 26 May 2017 21:51:04 -0700 Subject: *: initial commit of stripped schism stuff Forking schism tracker's IT playback stuff into a little playback library for embedding in demos. --- src/sys/fd.org/autopackage.apspec | 57 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 57 insertions(+) create mode 100644 src/sys/fd.org/autopackage.apspec (limited to 'src/sys/fd.org/autopackage.apspec') diff --git a/src/sys/fd.org/autopackage.apspec b/src/sys/fd.org/autopackage.apspec new file mode 100644 index 0000000..5d4fb21 --- /dev/null +++ b/src/sys/fd.org/autopackage.apspec @@ -0,0 +1,57 @@ +# -*-shell-script-*- + +[Meta] +RootName: @schismtracker.org:1.1 +DisplayName: Schism Tracker +ShortName: schismtracker +Maintainer: Mrs. Brisby +Packager: Mrs. Brisby +Summary: Schism Tracker is a music editor that matches the look and feel of Impulse Tracker as closely as possible. +URL: http://schismtracker.org/ +License: GNU General Public License, Version 2 +SoftwareVersion: 1.1 +AutopackageTarget: 1.0 + +[Description] +Schism Tracker is a music editor in the spirit of Impulse Tracker. Nearly every +feature of Impulse Tracker is available in exactly the same manner. Improvements +have been extremely careful to avoid disturbing any muscle memory that the user +might have developed with Impulse Tracker. + +[BuildPrepare] +mkdir -p linux-x86-build && cd linux-x86-build && prepareBuild --src .. $EXTRA_ARGS + +[BuildUnprepare] +unprepareBuild + +[Imports] +import </dev/null 2>&1 +installDesktop "AudioVideo" schism.desktop +installDesktop "AudioVideo" itf.desktop +installData NEWS +installData README +installData COPYING +installData ChangeLog + +[Uninstall] +# Usually just the following line is enough to uninstall everything +uninstallFromLog -- cgit v1.2.3