aboutsummaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2011-03-08 18:51:34 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2011-03-09 11:49:45 +0000
commitd5f85af2db88b05ed7788296b9c7358b05b8d0dc (patch)
tree8365e52a3b5fc736ae44280064a7983c2222824c /testing
parenta8123f02490a781c48183875ba84fb4b080cb0dd (diff)
downloadaports-d5f85af2db88b05ed7788296b9c7358b05b8d0dc.tar.bz2
aports-d5f85af2db88b05ed7788296b9c7358b05b8d0dc.tar.xz
main/libraw1394: moved from testing
Diffstat (limited to 'testing')
-rw-r--r--testing/libraw1394/APKBUILD42
1 files changed, 0 insertions, 42 deletions
diff --git a/testing/libraw1394/APKBUILD b/testing/libraw1394/APKBUILD
deleted file mode 100644
index 8ef66f6dcf..0000000000
--- a/testing/libraw1394/APKBUILD
+++ /dev/null
@@ -1,42 +0,0 @@
-# Maintainer: Leonardo Arena <rnalrd@gmail.com>
-pkgname=libraw1394
-pkgver=2.0.5
-pkgrel=0
-pkgdesc="Library to provide access to Linux 1394 subsystem"
-url="http://sourceforge.net/projects/libraw1394"
-arch="all"
-license="GPL"
-depends=
-depends_dev=
-makedepends=""
-install=
-subpackages="$pkgname-dev $pkgname-doc"
-source="http://downloads.sourceforge.net/project/$pkgname/$pkgname/$pkgname-$pkgver.tar.gz"
-
-
-_builddir="$srcdir"/$pkgname-$pkgver
-
-prepare() {
- cd "$_builddir"
- # apply patches here
-}
-
-build() {
- cd "$_builddir"
- ./configure --prefix=/usr \
- --sysconfdir=/etc \
- --mandir=/usr/share/man \
- --infodir=/usr/share/info
- make || return 1
-}
-
-package() {
- cd "$_builddir"
- make DESTDIR="$pkgdir" install
-
- # remove the 2 lines below (and this) if there is no init.d script
- # install -m755 -D "$srcdir"/$pkgname.initd "$pkgdir"/etc/init.d/$pkgname
- # install -m644 -D "$srcdir"/$pkgname.confd "$pkgdir"/etc/conf.d/$pkgname
-}
-
-md5sums="1db64231c78540c32859b591cb8b40cf libraw1394-2.0.5.tar.gz"