This commit is contained in:
giresun28 2016-08-02 23:29:56 +00:00
commit ad43ebad44
1 changed files with 15 additions and 0 deletions

View File

@ -0,0 +1,15 @@
# Description: is a tool to dump information about bootable CDs and other similar formats.
# URL: https://fedorahosted.org/dumpet/
# Pacakager: milisarge
# Depends on: libxml2 popt
name=dumpet
version=2.1
release=1
source=(https://fedorahosted.org/releases/d/u/dumpet/$name-$version.tar.bz2)
build() {
cd $name-$version
make
make DESTDIR=$PKG install
}