summaryrefslogtreecommitdiffstats
path: root/remote/modules/openbox/openbox.build
diff options
context:
space:
mode:
authorJonathan Bauer2013-05-14 17:02:15 +0200
committerJonathan Bauer2013-05-14 17:02:15 +0200
commit44f951959faf8a09ff60cda4024bccd9efd633a1 (patch)
treec4b40e00c32196e84c85d39b8b3c283038b3ee92 /remote/modules/openbox/openbox.build
parentfix udhcpc (diff)
downloadtm-scripts-44f951959faf8a09ff60cda4024bccd9efd633a1.tar.gz
tm-scripts-44f951959faf8a09ff60cda4024bccd9efd633a1.tar.xz
tm-scripts-44f951959faf8a09ff60cda4024bccd9efd633a1.zip
openbox
Diffstat (limited to 'remote/modules/openbox/openbox.build')
-rw-r--r--remote/modules/openbox/openbox.build18
1 files changed, 18 insertions, 0 deletions
diff --git a/remote/modules/openbox/openbox.build b/remote/modules/openbox/openbox.build
new file mode 100644
index 00000000..3e56fbfb
--- /dev/null
+++ b/remote/modules/openbox/openbox.build
@@ -0,0 +1,18 @@
+fetch_source() {
+ :
+}
+
+build() {
+ COPYLIST="list_dpkg_output"
+ [ -e "$COPYLIST" ] && rm "$COPYLIST"
+
+ list_packet_files >> "$COPYLIST"
+ tarcopy "$(cat "$COPYLIST" | sort -u)" "${MODULE_BUILD_DIR}"
+
+ return 0
+}
+
+post_copy() {
+ [ ! -d "$TARGET_BUILD_DIR/etc/pango" ] && mkdir -p "$TARGET_BUILD_DIR/etc/pango"
+ pango-querymodules > "$TARGET_BUILD_DIR/etc/pango/pango.modules"
+}