opt/rpm2targz/Pkgfile

15 lines
397 B
Plaintext
Raw Normal View History

2009-06-13 22:37:21 +02:00
# Description: A tool to convert RPM files to TAR.GZ files
# URL: http://www.crux.nu
2013-05-04 22:17:40 +02:00
# Maintainer: Fredrik Rinnestam, fredrik at crux dot nu
2009-06-13 22:37:21 +02:00
name=rpm2targz
version=1.0.4
release=1
source=(rpm2targz rpmoffset.c)
build() {
gcc $CFLAGS rpmoffset.c -o rpmoffset
install -D -m 0755 rpm2targz $PKG/usr/bin/rpm2targz
install -D -m 0755 rpmoffset $PKG/usr/lib/rpm2targz/rpmoffset
}