Author: jhuntwork
Date: 2005-04-17 15:40:53 -0600 (Sun, 17 Apr 2005)
New Revision: 93
Added:
trunk/packages/startup-notification/
trunk/packages/startup-notification/Makefile
Modified:
trunk/Makefile
Log:
Added startup-notification
Modified: trunk/Makefile
===================================================================
--- trunk/Makefile 2005-04-17 21:18:52 UTC (rev 92)
+++ trunk/Makefile 2005-04-17 21:40:53 UTC (rev 93)
@@ -172,7 +172,7 @@
ch-unzip ch-lynx ch-libxml2 ch-expat ch-subversion ch-lfs-bootscripts
ch-docbook-xml ch-libxslt \
ch-docbook-xsl ch-html_tidy ch-LFS-BOOK ch-libpng ch-freetype
ch-fontconfig ch-Xorg ch-freefont ch-libjpeg \
ch-libtiff ch-links ch-openssh ch-pkgconfig ch-glib2 ch-libungif
ch-imlib2 ch-pango ch-atk ch-gtk2 \
- ch-libIDL ch-firefox ch-fluxbox ch-libast ch-Eterm ch-irssi ch-xchat
ch-samba ch-tcpwrappers ch-portmap \
+ ch-libIDL ch-firefox ch-startup-notification ch-fluxbox ch-libast
ch-Eterm ch-irssi ch-xchat ch-samba ch-tcpwrappers ch-portmap \
ch-nfs-utils ch-traceroute ch-pciutils ch-nALFS ch-device-mapper
ch-LVM2 ch-dhcpcd ch-ppp ch-rp-pppoe ch-libaal \
ch-reiser4progs ch-squashfs ch-cpio ch-db ch-postfix ch-mutt ch-slrn
ch-linux ch-cdrtools ch-blfs-bootscripts \
ch-syslinux
@@ -714,6 +714,10 @@
make -C $(PKG)/$@ chroot
make unmount
+startup-notification: prep-chroot
+ make -C $(PKG)/$@ chroot
+ make unmount
+
fluxbox: prep-chroot
make -C $(PKG)/$@ chroot
make unmount
@@ -1216,6 +1220,9 @@
ch-firefox: popdev
make -C $(PKG)/firefox stage2
+ch-startup-notification: popdev
+ make -C $(PKG)/startup-notification stage2
+
ch-fluxbox: popdev
make -C $(PKG)/fluxbox stage2
Added: trunk/packages/startup-notification/Makefile
===================================================================
--- trunk/packages/startup-notification/Makefile 2005-04-17 21:18:52 UTC
(rev 92)
+++ trunk/packages/startup-notification/Makefile 2005-04-17 21:40:53 UTC
(rev 93)
@@ -0,0 +1,28 @@
+# startup-notification Makefile
+
+# Package versions
+NM= startup-notification
+VRS= 0.8
+DIR= $(NM)-$(VRS)
+FILE= $(DIR).tar.gz
+URL= http://www.freedesktop.org/software/startup-notification/releases/$(FILE)
+
+#RULES
+
+.PHONY: clean chroot stage2
+
+chroot:
+ @chroot "$(MP)" $(chenv3) 'cd $(ROOT) && make ch-$(NM) $(chbash2)'
+
+stage2:
+ @echo ""
+ @echo "=====> Building $(NM) in chroot"
+ @echo ""
+ @if [ ! -f $(FILE) ] ; then $(WGET) $(URL) ; fi
+ @if [ ! -f /usr/lib/libstartup-notification-1.so ] ; then tar xzvf
$(FILE) && cd $(DIR) && \
+ ./configure --prefix=/usr && \
+ make -j3 && make install ; fi
+ @make clean
+
+clean:
+ @-rm -rf $(DIR)
--
http://linuxfromscratch.org/mailman/listinfo/livecd
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page