Author: alexander
Date: 2005-12-26 20:37:57 -0700 (Mon, 26 Dec 2005)
New Revision: 1319
Added:
trunk/packages/mousepad/
trunk/packages/mousepad/Makefile
Modified:
trunk/Makefile
Log:
Added Mousepad: a simple text editor for XFCE
Modified: trunk/Makefile
===================================================================
--- trunk/Makefile 2005-12-27 03:04:52 UTC (rev 1318)
+++ trunk/Makefile 2005-12-27 03:37:57 UTC (rev 1319)
@@ -274,7 +274,7 @@
ch-pango ch-atk ch-gtk2 ch-cvs ch-popt ch-samba ch-libIDL ch-firefox \
ch-thunderbird ch-librsvg \
ch-startup-notification chroot-gvim ch-xfce ch-vte ch-exo \
- ch-XML-Parser ch-Terminal ch-irssi \
+ ch-XML-Parser ch-Terminal ch-mousepad ch-irssi \
ch-xchat ch-wireless_tools ch-tcpwrappers ch-portmap ch-nfs-utils \
ch-traceroute ch-rsync ch-jhalfs ch-sudo \
ch-dialog ch-ncftp ch-pciutils ch-nALFS ch-device-mapper ch-LVM2
ch-dmraid \
Added: trunk/packages/mousepad/Makefile
===================================================================
--- trunk/packages/mousepad/Makefile 2005-12-27 03:04:52 UTC (rev 1318)
+++ trunk/packages/mousepad/Makefile 2005-12-27 03:37:57 UTC (rev 1319)
@@ -0,0 +1,30 @@
+# Mousepad Makefile
+
+NM= mousepad
+VRS= 0.2.2
+DIR= $(NM)-$(VRS)
+
+FILE= $(DIR).tar.gz
+URL-$(FILE)= http://erikharrison.net/software/$(FILE)
+SHA-$(FILE)= 8fd12f5945dc4618f06f9e24c8986e6af521c4b2
+
+# Targets
+
+include $(ROOT)/scripts/functions
+
+chroot:
+ chroot "$(MP)" $(chenv-blfs) \
+ 'cd $(ROOT) && make ch-$(NM) $(chbash-post-bash)'
+
+stage2: Makefile $(FILE) $(PATCH1)
+ $(std_build)
+
+compile-stage2:
+ ./configure --prefix=/usr
+ make $(PM)
+ make install
+
+clean:
+ -rm -rf $(DIR)
+
+.PHONY: compile-stage1 clean chroot compile-stage2
--
http://linuxfromscratch.org/mailman/listinfo/livecd
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page