mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-05 06:28:55 +02:00
Renamed ubuntu_fonts to ubuntu_font_family
This commit is contained in:
@@ -1,15 +1,30 @@
|
|||||||
|
SUMMARY="Font family from Ubuntu operating system"
|
||||||
DESCRIPTION="Font family from Ubuntu operating system"
|
DESCRIPTION="Font family from Ubuntu operating system"
|
||||||
HOMEPAGE="http://font.ubuntu.com"
|
HOMEPAGE="http://font.ubuntu.com"
|
||||||
SRC_URI="http://font.ubuntu.com/download/ubuntu-font-family-0.80.zip"
|
SRC_URI="http://font.ubuntu.com/download/ubuntu-font-family-0.80.zip"
|
||||||
REVISION="2"
|
CHECKSUM_MD5="a124c5c6606f4f3b733d3477380e9d2f"
|
||||||
STATUS_HAIKU="stable"
|
LICENSE="Ubunu Fonts License 1.0"
|
||||||
DEPEND=""
|
COPYRIGHT="2011 Canonical Ltd."
|
||||||
BUILD {
|
REVISION="3"
|
||||||
cd ubuntu-font-family-0.80
|
|
||||||
|
ARCHITECTURES="any"
|
||||||
|
DISABLE_SOURCE_PACKAGE=yes
|
||||||
|
|
||||||
|
PROVIDES="ubuntu-font-family = $portVersion"
|
||||||
|
REQUIRES=""
|
||||||
|
BUILD_REQUIRES=""
|
||||||
|
BUILD_PREREQUIRES="coreutils"
|
||||||
|
|
||||||
|
SOURCE_DIR="ubuntu-font-family-0.80"
|
||||||
|
|
||||||
|
BUILD()
|
||||||
|
{
|
||||||
|
true
|
||||||
}
|
}
|
||||||
INSTALL {
|
|
||||||
cd ubuntu-font-family-0.80
|
INSTALL()
|
||||||
FONTDIR=${DESTDIR}/`finddir B_COMMON_FONTS_DIRECTORY`/ubuntu
|
{
|
||||||
|
FONTDIR=$fontsDir/ubuntu-font-family
|
||||||
mkdir -p ${FONTDIR}
|
mkdir -p ${FONTDIR}
|
||||||
cp Ubuntu-B.ttf ${FONTDIR}
|
cp Ubuntu-B.ttf ${FONTDIR}
|
||||||
cp Ubuntu-BI.ttf ${FONTDIR}
|
cp Ubuntu-BI.ttf ${FONTDIR}
|
||||||
@@ -26,6 +41,3 @@ INSTALL {
|
|||||||
cp UbuntuMono-RI.ttf ${FONTDIR}
|
cp UbuntuMono-RI.ttf ${FONTDIR}
|
||||||
cp README.txt ${FONTDIR}/ubuntu-fonts-readme.txt
|
cp README.txt ${FONTDIR}/ubuntu-fonts-readme.txt
|
||||||
}
|
}
|
||||||
|
|
||||||
LICENSE="Ubunu Fonts License 1.0"
|
|
||||||
COPYRIGHT="2011 Canonical Ltd."
|
|
||||||
Reference in New Issue
Block a user