add Added Files:
[hdw-repos/packages.git] / demian / mpg123 / mpg123
diff --git a/demian/mpg123/mpg123 b/demian/mpg123/mpg123
new file mode 100755 (executable)
index 0000000..ff87937
--- /dev/null
@@ -0,0 +1,17 @@
+# HDW Linux mpg123
+#
+# [M] Jonathan J. Vargas demian@hackdaworld.dyndns.org
+# [I] A console mpeg audio formats player.
+# [V] 0.59r
+# [S] 3 10
+# [D] mpg123-0.59r.tar.gz http://www.mpg123.de/mpg123/
+
+build_main()
+{
+    make $make_conf linux
+    make $install_conf PREFIX=/usr install
+}
+
+
+# Notes: mpg123 is not free software. Use mpg321 instead.
+