aboutsummaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2011-02-23 08:15:13 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2011-02-23 08:15:55 +0000
commite0915aa1871174d2b0477285490e63afd3f57c3c (patch)
tree9217f0d0b35de6312932d1b20f365ba3bd3aa8aa /testing
parent78f34915f5ccc6f2cff54c498e324f540ff7557a (diff)
downloadaports-e0915aa1871174d2b0477285490e63afd3f57c3c.tar.bz2
aports-e0915aa1871174d2b0477285490e63afd3f57c3c.tar.xz
main/ttf-ubuntu-font-family: moved from testing
Diffstat (limited to 'testing')
-rw-r--r--testing/ttf-ubuntu-font-family/APKBUILD29
1 files changed, 0 insertions, 29 deletions
diff --git a/testing/ttf-ubuntu-font-family/APKBUILD b/testing/ttf-ubuntu-font-family/APKBUILD
deleted file mode 100644
index 5c7fb17019..0000000000
--- a/testing/ttf-ubuntu-font-family/APKBUILD
+++ /dev/null
@@ -1,29 +0,0 @@
-# Contributor: William Pitcock <nenolod@dereferenced.org>
-# Maintainer: William Pitcock <nenolod@dereferenced.org>
-pkgname=ttf-ubuntu-font-family
-pkgver=0.70.1
-pkgrel=0
-pkgdesc="Ubuntu font family"
-url="http://font.ubuntu.com/"
-arch="noarch"
-license="Custom"
-depends=
-depends_dev=
-makedepends="$depends_dev zip"
-install=""
-subpackages=
-source="http://font.ubuntu.com/download/ubuntu-font-family-${pkgver}.zip"
-
-_builddir="${srcdir}/ubuntu-font-family-${pkgver}"
-package() {
- cd "$_builddir"
-
- install -d "$pkgdir/usr/share/fonts/TTF"
- install -m644 *.ttf "$pkgdir/usr/share/fonts/TTF/"
-
- install -m644 -D LICENCE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENCE.txt
- install -m644 -D LICENCE-FAQ.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENCE-FAQ.txt
- install -m644 -D TRADEMARKS.txt "$pkgdir"/usr/share/licenses/$pkgname/TRADEMARKS.txt
-}
-
-md5sums="ec2e9b6535c74a654cc6bd2d935b5856 ubuntu-font-family-0.70.1.zip"