diff options
author | James Meyer <james.meyer@operamail.com> | 2010-10-23 18:17:40 (GMT) |
---|---|---|
committer | James Meyer <james.meyer@operamail.com> | 2010-10-23 18:19:39 (GMT) |
commit | adbcf19958300e9b6598990184c8815b945ba0ee (patch) | |
tree | f4283c850ac0ac202c17e78a637ee7ca8147621b /abs/core-testing/libavc1394/PKGBUILD | |
parent | 61a68250df10d29b624650948484898334ff22d0 (diff) | |
download | linhes_pkgbuild-adbcf19958300e9b6598990184c8815b945ba0ee.zip linhes_pkgbuild-adbcf19958300e9b6598990184c8815b945ba0ee.tar.gz linhes_pkgbuild-adbcf19958300e9b6598990184c8815b945ba0ee.tar.bz2 |
Removed old core and extra from repo. Renamed -testing to core/extra. This will setup the base for the testing branch.
Diffstat (limited to 'abs/core-testing/libavc1394/PKGBUILD')
-rw-r--r-- | abs/core-testing/libavc1394/PKGBUILD | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/abs/core-testing/libavc1394/PKGBUILD b/abs/core-testing/libavc1394/PKGBUILD deleted file mode 100644 index 23aa5cc..0000000 --- a/abs/core-testing/libavc1394/PKGBUILD +++ /dev/null @@ -1,22 +0,0 @@ -# $Id: PKGBUILD 8934 2008-08-17 00:56:51Z eric $ -# Maintainer: damir <damir@archlinux.org> -# Contributor: Robert Emil Berge <robert@rebi.no> - -pkgname=libavc1394 -pkgver=0.5.3 -pkgrel=2 -pkgdesc="A library to control A/V devices using the 1394ta AV/C commands." -arch=("i686" "x86_64") -url="http://sourceforge.net/projects/libavc1394/" -depends=('libraw1394') -options=('!libtool') -source=(http://internap.dl.sourceforge.net/sourceforge/libavc1394/$pkgname\-$pkgver.tar.gz) -md5sums=('09e30b1fb5ae455b6d8407e457a711a3') - -build() { - cd $startdir/src/$pkgname-$pkgver - ./configure --prefix=/usr - make || return 1 - make DESTDIR=$startdir/pkg install -} - |