mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 20:20:06 +02:00
- automatic copying uganda.txt as license file on target system.
This commit is contained in:
@@ -35,7 +35,7 @@ diff -Naur vim72/Makefile vim72.haiku/Makefile
|
||||
unixall: dist prepare
|
||||
-rm -f dist/$(VIMVER).tar.bz2
|
||||
-rm -rf dist/$(VIMRTDIR)
|
||||
@@ -600,3 +613,18 @@
|
||||
@@ -600,3 +613,20 @@
|
||||
farsi: dist dist/$(COMMENT_FARSI)
|
||||
-rm -f dist/farsi$(VERSION).zip
|
||||
zip -9 -rD -z dist/farsi$(VERSION).zip farsi < dist/$(COMMENT_FARSI)
|
||||
@@ -46,11 +46,13 @@ diff -Naur vim72/Makefile vim72.haiku/Makefile
|
||||
+ make clean; make install DESTDIR=`pwd`/dist
|
||||
+ ./configure --prefix=/boot/common --with-features=big --disable-gui --with-compiledby="$(COMPILEDBY)"
|
||||
+ make clean; make install DESTDIR=`pwd`/dist
|
||||
+ -mkdir -p dist/boot/common/data/licenses
|
||||
+ -cp runtime/doc/uganda.txt dist/boot/common/data/licenses/vim
|
||||
+ echo "Package: Vim" > dist/boot/.OptionalPackageDescription
|
||||
+ echo "Version: $(VDOT)$(GCCVER_SUFFIX)" >> dist/boot/.OptionalPackageDescription
|
||||
+ echo "Copyright: Bram Moolenaar et al." >> dist/boot/.OptionalPackageDescription
|
||||
+ echo "Description: Vi IMproved. Highly configurable text editor." >> dist/boot/.OptionalPackageDescription
|
||||
+ echo "License: Charityware" >> dist/boot/.OptionalPackageDescription
|
||||
+ echo "License: vim" >> dist/boot/.OptionalPackageDescription
|
||||
+ echo "URL: http://www.vim.org/" >> dist/boot/.OptionalPackageDescription
|
||||
+ cd dist/boot && zip -9 -r -z -y ../vim-$(VDOT)$(GCCVER_SUFFIX)-`date +%F`.zip * .OptionalPackageDescription* < ../$(COMMENT_HAIKU)
|
||||
+
|
||||
|
||||
Reference in New Issue
Block a user