[arch-commits] Commit in libsmf/repos (4 files)
Date: Sunday, November 6, 2016 @ 23:58:30 Author: foutrelis Revision: 194825 archrelease: copy trunk to community-staging-i686, community-staging-x86_64 Added: libsmf/repos/community-staging-i686/ libsmf/repos/community-staging-i686/PKGBUILD (from rev 194824, libsmf/trunk/PKGBUILD) libsmf/repos/community-staging-x86_64/ libsmf/repos/community-staging-x86_64/PKGBUILD (from rev 194824, libsmf/trunk/PKGBUILD) ---+ community-staging-i686/PKGBUILD | 27 +++ community-staging-x86_64/PKGBUILD | 27 +++ 2 files changed, 54 insertions(+) Copied: libsmf/repos/community-staging-i686/PKGBUILD (from rev 194824, libsmf/trunk/PKGBUILD) === --- community-staging-i686/PKGBUILD (rev 0) +++ community-staging-i686/PKGBUILD 2016-11-06 23:58:30 UTC (rev 194825) @@ -0,0 +1,27 @@ +# $Id$ +# Maintainer: Sergej Pupykin +# Maintainer: SpepS + +pkgname=libsmf +pkgver=1.3 +pkgrel=5 +pkgdesc='A BSD-licensed C library for handling SMF ("*.mid") files.' +arch=('i686' 'x86_64') +url="http://sourceforge.net/projects/libsmf/"; +license=('BSD') +depends=('glib2' 'readline') +source=("http://downloads.sourceforge.net/project/libsmf/libsmf/$pkgver/$pkgname-$pkgver.tar.gz";) +md5sums=('eb698f1bc0bad9d5bce4c10386347486') + +build() { + cd "$srcdir/$pkgname-$pkgver" + ./configure --prefix=/usr \ + --enable-static=no + make +} + +package() { + cd "$srcdir/$pkgname-$pkgver" + make DESTDIR="$pkgdir" install + install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/LICENSE" +} Copied: libsmf/repos/community-staging-x86_64/PKGBUILD (from rev 194824, libsmf/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2016-11-06 23:58:30 UTC (rev 194825) @@ -0,0 +1,27 @@ +# $Id$ +# Maintainer: Sergej Pupykin +# Maintainer: SpepS + +pkgname=libsmf +pkgver=1.3 +pkgrel=5 +pkgdesc='A BSD-licensed C library for handling SMF ("*.mid") files.' +arch=('i686' 'x86_64') +url="http://sourceforge.net/projects/libsmf/"; +license=('BSD') +depends=('glib2' 'readline') +source=("http://downloads.sourceforge.net/project/libsmf/libsmf/$pkgver/$pkgname-$pkgver.tar.gz";) +md5sums=('eb698f1bc0bad9d5bce4c10386347486') + +build() { + cd "$srcdir/$pkgname-$pkgver" + ./configure --prefix=/usr \ + --enable-static=no + make +} + +package() { + cd "$srcdir/$pkgname-$pkgver" + make DESTDIR="$pkgdir" install + install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/LICENSE" +}
[arch-commits] Commit in libsmf/repos (4 files)
Date: Tuesday, July 1, 2014 @ 14:23:45 Author: spupykin Revision: 114047 archrelease: copy trunk to community-i686, community-x86_64 Added: libsmf/repos/community-i686/PKGBUILD (from rev 114046, libsmf/trunk/PKGBUILD) libsmf/repos/community-x86_64/PKGBUILD (from rev 114046, libsmf/trunk/PKGBUILD) Deleted: libsmf/repos/community-i686/PKGBUILD libsmf/repos/community-x86_64/PKGBUILD ---+ /PKGBUILD | 54 community-i686/PKGBUILD | 27 -- community-x86_64/PKGBUILD | 27 -- 3 files changed, 54 insertions(+), 54 deletions(-) Deleted: community-i686/PKGBUILD === --- community-i686/PKGBUILD 2014-07-01 12:23:31 UTC (rev 114046) +++ community-i686/PKGBUILD 2014-07-01 12:23:45 UTC (rev 114047) @@ -1,27 +0,0 @@ -# $Id$ -# Maintainer: Sergej Pupykin -# Maintainer: SpepS - -pkgname=libsmf -pkgver=1.3 -pkgrel=4 -pkgdesc='A BSD-licensed C library for handling SMF ("*.mid") files.' -arch=('i686' 'x86_64') -url="http://sourceforge.net/projects/libsmf/"; -license=('BSD') -depends=('glib2' 'readline') -source=("http://downloads.sourceforge.net/project/libsmf/libsmf/$pkgver/$pkgname-$pkgver.tar.gz";) -md5sums=('eb698f1bc0bad9d5bce4c10386347486') - -build() { - cd "$srcdir/$pkgname-$pkgver" - ./configure --prefix=/usr \ - --enable-static=no - make -} - -package() { - cd "$srcdir/$pkgname-$pkgver" - make DESTDIR="$pkgdir" install - install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/LICENSE" -} Copied: libsmf/repos/community-i686/PKGBUILD (from rev 114046, libsmf/trunk/PKGBUILD) === --- community-i686/PKGBUILD (rev 0) +++ community-i686/PKGBUILD 2014-07-01 12:23:45 UTC (rev 114047) @@ -0,0 +1,27 @@ +# $Id$ +# Maintainer: Sergej Pupykin +# Maintainer: SpepS + +pkgname=libsmf +pkgver=1.3 +pkgrel=4 +pkgdesc='A BSD-licensed C library for handling SMF ("*.mid") files.' +arch=('i686' 'x86_64') +url="http://sourceforge.net/projects/libsmf/"; +license=('BSD') +depends=('glib2' 'readline') +source=("http://downloads.sourceforge.net/project/libsmf/libsmf/$pkgver/$pkgname-$pkgver.tar.gz";) +md5sums=('eb698f1bc0bad9d5bce4c10386347486') + +build() { + cd "$srcdir/$pkgname-$pkgver" + ./configure --prefix=/usr \ + --enable-static=no + make +} + +package() { + cd "$srcdir/$pkgname-$pkgver" + make DESTDIR="$pkgdir" install + install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/LICENSE" +} Deleted: community-x86_64/PKGBUILD === --- community-x86_64/PKGBUILD 2014-07-01 12:23:31 UTC (rev 114046) +++ community-x86_64/PKGBUILD 2014-07-01 12:23:45 UTC (rev 114047) @@ -1,27 +0,0 @@ -# $Id$ -# Maintainer: Sergej Pupykin -# Maintainer: SpepS - -pkgname=libsmf -pkgver=1.3 -pkgrel=4 -pkgdesc='A BSD-licensed C library for handling SMF ("*.mid") files.' -arch=('i686' 'x86_64') -url="http://sourceforge.net/projects/libsmf/"; -license=('BSD') -depends=('glib2' 'readline') -source=("http://downloads.sourceforge.net/project/libsmf/libsmf/$pkgver/$pkgname-$pkgver.tar.gz";) -md5sums=('eb698f1bc0bad9d5bce4c10386347486') - -build() { - cd "$srcdir/$pkgname-$pkgver" - ./configure --prefix=/usr \ - --enable-static=no - make -} - -package() { - cd "$srcdir/$pkgname-$pkgver" - make DESTDIR="$pkgdir" install - install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/LICENSE" -} Copied: libsmf/repos/community-x86_64/PKGBUILD (from rev 114046, libsmf/trunk/PKGBUILD) === --- community-x86_64/PKGBUILD (rev 0) +++ community-x86_64/PKGBUILD 2014-07-01 12:23:45 UTC (rev 114047) @@ -0,0 +1,27 @@ +# $Id$ +# Maintainer: Sergej Pupykin +# Maintainer: SpepS + +pkgname=libsmf +pkgver=1.3 +pkgrel=4 +pkgdesc='A BSD-licensed C library for handling SMF ("*.mid") files.' +arch=('i686' 'x86_64') +url="http://sourceforge.net/projects/libsmf/"; +license=('BSD') +depends=('glib2' 'readline') +source=("http://downloads.sourceforge.net/project/libsmf/libsmf/$pkgver/$pkgname-$pkgver.tar.gz";) +md5sums=('eb698f1bc0bad9d5bce4c10386347486') + +build() { + cd "$srcdir/$pkgname-$pkgver" + ./configure --prefix=/usr \ + --enable-static=no + make +} + +package() { + cd "$srcdir/$pkgname-$pkgver" + make DESTDIR="$pkgdir" install + install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/LICENSE" +}
[arch-commits] Commit in libsmf/repos (4 files)
Date: Tuesday, July 1, 2014 @ 14:12:33 Author: spupykin Revision: 113992 archrelease: copy trunk to community-i686, community-x86_64 Added: libsmf/repos/community-i686/PKGBUILD (from rev 113991, libsmf/trunk/PKGBUILD) libsmf/repos/community-x86_64/PKGBUILD (from rev 113991, libsmf/trunk/PKGBUILD) Deleted: libsmf/repos/community-i686/PKGBUILD libsmf/repos/community-x86_64/PKGBUILD ---+ /PKGBUILD | 54 community-i686/PKGBUILD | 27 -- community-x86_64/PKGBUILD | 27 -- 3 files changed, 54 insertions(+), 54 deletions(-) Deleted: community-i686/PKGBUILD === --- community-i686/PKGBUILD 2014-07-01 12:12:19 UTC (rev 113991) +++ community-i686/PKGBUILD 2014-07-01 12:12:33 UTC (rev 113992) @@ -1,27 +0,0 @@ -# $Id$ -# Maintainer: Sergej Pupykin -# Maintainer: SpepS - -pkgname=libsmf -pkgver=1.3 -pkgrel=3 -pkgdesc='A BSD-licensed C library for handling SMF ("*.mid") files.' -arch=('i686' 'x86_64') -url="http://sourceforge.net/projects/libsmf/"; -license=('BSD') -depends=('glib2' 'readline') -source=("http://downloads.sourceforge.net/project/libsmf/libsmf/$pkgver/$pkgname-$pkgver.tar.gz";) -md5sums=('eb698f1bc0bad9d5bce4c10386347486') - -build() { - cd "$srcdir/$pkgname-$pkgver" - ./configure --prefix=/usr \ - --enable-static=no - make -} - -package() { - cd "$srcdir/$pkgname-$pkgver" - make DESTDIR="$pkgdir" install - install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/LICENSE" -} Copied: libsmf/repos/community-i686/PKGBUILD (from rev 113991, libsmf/trunk/PKGBUILD) === --- community-i686/PKGBUILD (rev 0) +++ community-i686/PKGBUILD 2014-07-01 12:12:33 UTC (rev 113992) @@ -0,0 +1,27 @@ +# $Id$ +# Maintainer: Sergej Pupykin +# Maintainer: SpepS + +pkgname=libsmf +pkgver=1.3 +pkgrel=4 +pkgdesc='A BSD-licensed C library for handling SMF ("*.mid") files.' +arch=('i686' 'x86_64') +url="http://sourceforge.net/projects/libsmf/"; +license=('BSD') +depends=('glib2' 'readline') +source=("http://downloads.sourceforge.net/project/libsmf/libsmf/$pkgver/$pkgname-$pkgver.tar.gz";) +md5sums=('eb698f1bc0bad9d5bce4c10386347486') + +build() { + cd "$srcdir/$pkgname-$pkgver" + ./configure --prefix=/usr \ + --enable-static=no + make +} + +package() { + cd "$srcdir/$pkgname-$pkgver" + make DESTDIR="$pkgdir" install + install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/LICENSE" +} Deleted: community-x86_64/PKGBUILD === --- community-x86_64/PKGBUILD 2014-07-01 12:12:19 UTC (rev 113991) +++ community-x86_64/PKGBUILD 2014-07-01 12:12:33 UTC (rev 113992) @@ -1,27 +0,0 @@ -# $Id$ -# Maintainer: Sergej Pupykin -# Maintainer: SpepS - -pkgname=libsmf -pkgver=1.3 -pkgrel=3 -pkgdesc='A BSD-licensed C library for handling SMF ("*.mid") files.' -arch=('i686' 'x86_64') -url="http://sourceforge.net/projects/libsmf/"; -license=('BSD') -depends=('glib2' 'readline') -source=("http://downloads.sourceforge.net/project/libsmf/libsmf/$pkgver/$pkgname-$pkgver.tar.gz";) -md5sums=('eb698f1bc0bad9d5bce4c10386347486') - -build() { - cd "$srcdir/$pkgname-$pkgver" - ./configure --prefix=/usr \ - --enable-static=no - make -} - -package() { - cd "$srcdir/$pkgname-$pkgver" - make DESTDIR="$pkgdir" install - install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/LICENSE" -} Copied: libsmf/repos/community-x86_64/PKGBUILD (from rev 113991, libsmf/trunk/PKGBUILD) === --- community-x86_64/PKGBUILD (rev 0) +++ community-x86_64/PKGBUILD 2014-07-01 12:12:33 UTC (rev 113992) @@ -0,0 +1,27 @@ +# $Id$ +# Maintainer: Sergej Pupykin +# Maintainer: SpepS + +pkgname=libsmf +pkgver=1.3 +pkgrel=4 +pkgdesc='A BSD-licensed C library for handling SMF ("*.mid") files.' +arch=('i686' 'x86_64') +url="http://sourceforge.net/projects/libsmf/"; +license=('BSD') +depends=('glib2' 'readline') +source=("http://downloads.sourceforge.net/project/libsmf/libsmf/$pkgver/$pkgname-$pkgver.tar.gz";) +md5sums=('eb698f1bc0bad9d5bce4c10386347486') + +build() { + cd "$srcdir/$pkgname-$pkgver" + ./configure --prefix=/usr \ + --enable-static=no + make +} + +package() { + cd "$srcdir/$pkgname-$pkgver" + make DESTDIR="$pkgdir" install + install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/LICENSE" +}