source: npl/X/fontconfig/fontconfig.SlackBuild

Last change on this file was c5c522c, checked in by Edwin Eefting <edwin@datux.nl>, 8 years ago

initial commit, transferred from cleaned syn3 svn tree

  • Property mode set to 100755
File size: 765 bytes
Line 
1# Automaticly created by importpackage
2# Imported from: http://mirror.nl.leaseweb.net/slackware/slackware-current/source/x/fontconfig/
3# Created at Thu May 28 18:43:29 CEST 2015
4
5#DEP:freetype2
6#DEP:expat
7#DEP:bzip2
8#DEP:zlib
9
10########### source original slackbuild (hopefully we dont need to modify it)
11CWD=`pwd`
12source ./fontconfig.SlackBuild.orig
13
14cp $CWD/local.conf /tmp/package-*/etc/fonts || exit 1
15
16############ make syn3 packages
17cd $CWD
18for PKG in /tmp/package-*; do
19        NAME=`echo $PKG| sed 's/.*package-//'| sed 's/-/_/'`
20
21        #seperate dev-package
22        syn3_move_dev $PKG $PKG""_dev
23        syn3_makepkg $PKG""_dev $NAME""_dev $VERSION $ARCH || exit 1
24
25        #make main package
26        syn3_makepkg $PKG $NAME $VERSION $ARCH || exit 1
27done
Note: See TracBrowser for help on using the repository browser.