Changeset 1791
- Timestamp:
- 12/16/06 03:39:10 (2 years ago)
- Location:
- branches/6.2/packages
- Files:
-
- 2 modified
-
nano/Makefile (modified) (1 diff)
-
subversion/Makefile (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/6.2/packages/nano/Makefile
r1750 r1791 2 2 3 3 NM= nano 4 VRS= 2.0. 04 VRS= 2.0.1 5 5 DIR= $(NM)-$(VRS) 6 6 7 7 FILE= $(DIR).tar.gz 8 8 URL-$(FILE)= http://www.nano-editor.org/dist/v2.0/$(FILE) 9 SHA-$(FILE)= 300fd9633fbd77e342393ecfe0c479f3c0ea75929 SHA-$(FILE)= 9c5e26893879355e41e417de30e9473439ceaf5d 10 10 11 11 # Targets -
branches/6.2/packages/subversion/Makefile
r1652 r1791 2 2 3 3 NM= subversion 4 VRS= 1. 3.14 VRS= 1.4.2 5 5 DIR= $(NM)-$(VRS) 6 6 7 7 FILE= $(DIR).tar.bz2 8 URL-$(FILE)= $(HTTPBLFS)/$(NM)/$(FILE) 9 SHA-$(FILE)= f8d670a0ae931fca17192d02862aa93a229e5dda 8 URL-$(FILE)= http://subversion.tigris.org/downloads/$(FILE) 9 SHA-$(FILE)= 349847a97ad790cb14ad15bfd7bfe5bc5a9c8837 10 11 FILE2= $(NM)-deps-$(VRS).tar.bz2 12 URL-$(FILE2)= http://subversion.tigris.org/downloads/$(FILE2) 13 SHA-$(FILE2)= bbeb782dc725be253f5e41e11a48065c3e0de2c5 10 14 11 15 # Targets … … 17 21 'cd $(ROOT) && make ch-$(NM) $(chbash-post-bash)' 18 22 19 stage2: Makefile $(FILE) 23 stage2: Makefile $(FILE) $(FILE2) 20 24 $(std_build) 21 25 22 26 compile-stage2: 27 unpack ../$(FILE2) --strip-components=1 23 28 ./configure --prefix=/usr --with-ssl \ 24 --with-editor=/usr/bin/vim --without-berkeley-db\29 --with-editor=/usr/bin/vim \ 25 30 --with-installbuilddir=/usr/share/apr/build 26 31 make $(PM)
