summaryrefslogtreecommitdiff
path: root/pcr/ttf-font-awesome/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'pcr/ttf-font-awesome/PKGBUILD')
-rw-r--r--pcr/ttf-font-awesome/PKGBUILD19
1 files changed, 0 insertions, 19 deletions
diff --git a/pcr/ttf-font-awesome/PKGBUILD b/pcr/ttf-font-awesome/PKGBUILD
deleted file mode 100644
index abb63b8a6..000000000
--- a/pcr/ttf-font-awesome/PKGBUILD
+++ /dev/null
@@ -1,19 +0,0 @@
-#Contributer: UNKNOWN o_O
-#Maintainer : Parabola Aurélien DESBRIÈRES <aurelien@replicant.io>
-
-pkgname=ttf-font-awesome
-pkgver=3.2.1
-pkgrel=2
-pkgdesc="Iconic font designed for Bootstrap"
-url="http://fortawesome.github.io/Font-Awesome/"
-license=('CCPL')
-depends=('fontconfig' 'xorg-font-utils')
-options=("!strip")
-install=$pkgname.install
-arch=('any')
-source=('http://fortawesome.github.io/Font-Awesome/assets/font-awesome.zip')
-
-package() {
- install -d "$pkgdir/usr/share/fonts/TTF"
- cp -dpr --no-preserve=ownership "$srcdir/font-awesome/font/"*.ttf "$pkgdir/usr/share/fonts/TTF/"
-}