oxygen-fonts.paketlendi

This commit is contained in:
giresun28 2016-07-20 22:26:57 +00:00
parent b4f3a6ee66
commit 212c3e30a9
1 changed files with 19 additions and 0 deletions

View File

@ -0,0 +1,19 @@
# Description: The oxygen-fonts package is a set of fonts used by kde.
# URL: http://www.kde.org
# Packager: alihan-ozturk28@hotmail.com
# Depends on: cmake fontforge
name=oxygen-fonts
version=5.4.3
release=1
source=( http://download.kde.org/stable/plasma/$version/$name-$version.tar.xz )
build() {
cd $name-$version
cmake -DCMAKE_INSTALL_PREFIX=/usr
make
make DESTDIR=$PKG install
}