[arch-commits] Commit in ttf-ubraille/trunk (COPYING PKGBUILD)

Ronald van Haren ronald at archlinux.org
Tue Jul 8 08:37:29 UTC 2008


    Date: Tuesday, July 8, 2008 @ 04:37:28
  Author: ronald
Revision: 4651

fix license

Added:
  ttf-ubraille/trunk/COPYING
Modified:
  ttf-ubraille/trunk/PKGBUILD

----------+
 COPYING  |    2 ++
 PKGBUILD |   11 +++++++++--
 2 files changed, 11 insertions(+), 2 deletions(-)

Added: COPYING
===================================================================
--- COPYING	                        (rev 0)
+++ COPYING	2008-07-08 08:37:28 UTC (rev 4651)
@@ -0,0 +1,2 @@
+Copyright: Created by Vyacheslav Dikonov with PfaEdit 1.0 
+(http://pfaedit.sf.net). Free to use and distribute.

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2008-07-08 07:19:05 UTC (rev 4650)
+++ PKGBUILD	2008-07-08 08:37:28 UTC (rev 4651)
@@ -8,13 +8,20 @@
 url="http://yudit.org/download/fonts/UBraille/"
 depends=(xorg-fonts-encodings xorg-fonts-alias xorg-font-utils fontconfig)
 install=ttf.install
-source=("http://yudit.org/download/fonts/UBraille/UBraille.ttf")
-md5sums=('4a8b8d06a4d6955a5c7319ce8440970c')
+source=("http://yudit.org/download/fonts/UBraille/UBraille.ttf" \
+	'COPYING')
+license=('custom')
+md5sums=('4a8b8d06a4d6955a5c7319ce8440970c'
+         '0a976d41860903d352d26b629f42ade7')
 
 build() {
   cd ${startdir}/src
   mkdir -p ${startdir}/pkg/usr/share/fonts/TTF
   install -m644 *.ttf ${startdir}/pkg/usr/share/fonts/TTF/
+
+  # install custom license
+install -Dm644 $srcdir/COPYING \
+	$pkgdir/usr/share/licenses/$pkgname/COPYING
 }
 
 # http://www.travelphrases.info/gallery/Fonts_Braille.html





More information about the arch-commits mailing list