sources/libphobos/PKGBUILD
changeset 11 664cc1efa89d
parent 1 c42d991ddcdb
equal deleted inserted replaced
10:740601aa36e5 11:664cc1efa89d
     1 # Maintainer: Anders Bergh <anders1@gmail.com>
     1 # Maintainer: Anders Bergh <anders1@gmail.com>
     2 pkgname=libphobos
     2 pkgname=libphobos
     3 pkgver=1.024
     3 pkgver=1.024
     4 pkgrel=1
     4 pkgrel=2
     5 pkgdesc="The Phobos standard library for the D programming language."
     5 pkgdesc="The Phobos standard library for the D programming language."
     6 arch=('i686')
     6 arch=('i686')
     7 url="http://www.digitalmars.com/d/1.0/"
     7 url="http://www.digitalmars.com/d/1.0/"
     8 source=(http://ftp.digitalmars.com/dmd.$pkgver.zip dmd.conf)
     8 source=(http://ftp.digitalmars.com/dmd.$pkgver.zip dmd.conf)
     9 md5sums=('249eb2a3b337ad4918444bb684219687'
     9 md5sums=('249eb2a3b337ad4918444bb684219687'
    10          'e93f0ccb1e5c00cd222af5a9be3f599a')
    10          'e93f0ccb1e5c00cd222af5a9be3f599a')
    11 depends=('d-dmd' 'dmd=1.024')
    11 depends=('d-dmd' 'dmd=1.024')
    12 license=('custom')
    12 license=('custom')
    13 # I'll figure this out later, should be possible for them to not conflict
       
    14 conflicts=('libtango')
    13 conflicts=('libtango')
    15 
    14 
    16 build() {
    15 build() {
    17   # Copy the license
    16   # Copy the license
    18   mkdir -p $startdir/pkg/usr/share/licenses/libphobos || return 1
    17   mkdir -p $startdir/pkg/usr/share/licenses/libphobos || return 1