diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2010-01-25 16:43:57 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2010-01-25 16:43:57 +0000 |
commit | 9526ee659401dee7160f35cb62ded2779bcbbc99 (patch) | |
tree | 812ad73bde9c84dcc02a3acbc5db576369ca314a /x11/swfdec-mozilla | |
parent | 05e09c1126a898b6d0af491fef0401bf53e297f8 (diff) | |
download | aports-9526ee659401dee7160f35cb62ded2779bcbbc99.tar.bz2 aports-9526ee659401dee7160f35cb62ded2779bcbbc99.tar.xz |
merged x11 repository into main
ref #255
Diffstat (limited to 'x11/swfdec-mozilla')
-rw-r--r-- | x11/swfdec-mozilla/APKBUILD | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/x11/swfdec-mozilla/APKBUILD b/x11/swfdec-mozilla/APKBUILD deleted file mode 100644 index b2409e8da..000000000 --- a/x11/swfdec-mozilla/APKBUILD +++ /dev/null @@ -1,22 +0,0 @@ -# Maintainer: Natanael Copa <ncopa@alpinelinux.org> -pkgname=swfdec-mozilla -pkgver=0.8.2 -pkgrel=0 -pkgdesc="free plugin for Mozilla browsers that uses the Swfdec library for playing SWF files" -url="http://swfdec.freedesktop.org" -license="LGPL" -makedepends="swfdec-dev" -depends= -source="http://swfdec.freedesktop.org/download/$pkgname/0.8/$pkgname-$pkgver.tar.gz" - -build () -{ - cd "$srcdir"/$pkgname-$pkgver - ./configure --prefix=/usr \ - --disable-static \ - --with-plugin-dir=/usr/lib/mozilla/plugins/ - make || return 1 - make DESTDIR="$pkgdir" install -} - -md5sums="716632e0d35b3c1582c180569ba30346 swfdec-mozilla-0.8.2.tar.gz" |