mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 04:00:05 +02:00
Adjust beam-1.2alpha.bep to produce packages similar to the current optional package
This commit is contained in:
@@ -12,9 +12,15 @@ BUILD {
|
||||
}
|
||||
|
||||
INSTALL {
|
||||
cd beam-1.2alpha/generated
|
||||
cd beam-1.2alpha
|
||||
mkdir -p ${DESTDIR}/boot/apps/Beam
|
||||
cp -a distro-haiku ${DESTDIR}/boot/apps/Beam
|
||||
cp -a generated/distro-haiku/* ${DESTDIR}/boot/apps/Beam
|
||||
cp -a Changes.txt GnuGeneralPublicLicense.txt Readme.txt ${DESTDIR}/boot/apps/Beam
|
||||
mkdir -p ${DESTDIR}/boot/apps/Beam/Icons
|
||||
cp -a resources/iconset* ${DESTDIR}/boot/apps/Beam/Icons
|
||||
cd ${DESTDIR}/boot/apps/Beam/tools
|
||||
ln -s ../lib .
|
||||
ln -s ../add-ons .
|
||||
}
|
||||
LICENSE="GNU GPL v2"
|
||||
COPYRIGHT="2000-2010 Oliver Tappe"
|
||||
COPYRIGHT="2000-2012 Oliver Tappe"
|
||||
|
||||
Reference in New Issue
Block a user