|
|
|
@ -2,7 +2,7 @@
|
|
|
|
|
# This copyright note is auto-generated by ./scripts/Create-CopyPatch. |
|
|
|
|
# |
|
|
|
|
# Filename: package/.../xmms2/xmms2.conf |
|
|
|
|
# Copyright (C) 2004 - 2006 The T2 SDE Project |
|
|
|
|
# Copyright (C) 2009 The OpenSDE Project |
|
|
|
|
# |
|
|
|
|
# More information can be found in the files COPYING and README. |
|
|
|
|
# |
|
|
|
@ -12,6 +12,9 @@
|
|
|
|
|
# GNU General Public License can be found in the file COPYING. |
|
|
|
|
# --- SDE-COPYRIGHT-NOTE-END --- |
|
|
|
|
|
|
|
|
|
MAKE=scons |
|
|
|
|
|
|
|
|
|
var_append makeopt ' ' PREFIX=$root/$prefix |
|
|
|
|
xmms2_main() { |
|
|
|
|
./waf configure --prefix=$prefix |
|
|
|
|
./waf build |
|
|
|
|
./waf install |
|
|
|
|
} |
|
|
|
|
custmain="xmms2_main" |
|
|
|
|