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"
|
||||
HOMEPAGE="http://font.ubuntu.com"
|
||||
SRC_URI="http://font.ubuntu.com/download/ubuntu-font-family-0.80.zip"
|
||||
REVISION="2"
|
||||
STATUS_HAIKU="stable"
|
||||
DEPEND=""
|
||||
BUILD {
|
||||
cd ubuntu-font-family-0.80
|
||||
CHECKSUM_MD5="a124c5c6606f4f3b733d3477380e9d2f"
|
||||
LICENSE="Ubunu Fonts License 1.0"
|
||||
COPYRIGHT="2011 Canonical Ltd."
|
||||
REVISION="3"
|
||||
|
||||
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
|
||||
FONTDIR=${DESTDIR}/`finddir B_COMMON_FONTS_DIRECTORY`/ubuntu
|
||||
|
||||
INSTALL()
|
||||
{
|
||||
FONTDIR=$fontsDir/ubuntu-font-family
|
||||
mkdir -p ${FONTDIR}
|
||||
cp Ubuntu-B.ttf ${FONTDIR}
|
||||
cp Ubuntu-BI.ttf ${FONTDIR}
|
||||
@@ -26,6 +41,3 @@ INSTALL {
|
||||
cp UbuntuMono-RI.ttf ${FONTDIR}
|
||||
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