Skip to content
All gists
GitHub
Sign up for a GitHub account
Sign in
anonymous
/
PKGBUILD
Code
Revisions
1
Embed
URL
HTTPS
clone URL
Subversion
checkout URL
You can clone with
HTTPS
or
Subversion
.
Download ZIP
Archlinux PKGBUILD for swfmill 0.3.2-1
Raw
PKGBUILD
pkgname=swfmill
pkgver=0.3.2
pkgrel=1
pkgdesc=
"
xml2swf and swf2xml processor with import functionalities
"
arch=(
'
i686
'
'
x86_64
'
)
url=
"
http://swfmill.org
"
license=(
'
GPL
'
)
depends=(
'
libxslt
'
'
freetype2
'
'
libpng
'
)
source
=(
"
http://swfmill.org/releases/
$pkgname
-
$pkgver
.tar.gz
"
)
md5sums=(
'
c607f8aba506ec32cc4423446fe6644e
'
)
build
() {
cd
$srcdir
/
$pkgname
-
$pkgver
# Configure, make and install
./configure --prefix=/usr
make
||
return
1
make DESTDIR=
$pkgdir
install
||
return
1
}
Sign up for free
to join this conversation on GitHub
. Already have an account?
Sign in to comment
Something went wrong with that request. Please try again.